I use standard Maven directory structure for my project
- src
- main
- java
- resources
- webapp
- test
- java
- resources
- target
Now I want to use Thrift and gRPC but I don't know where should I put IDL files and where to put generated code? Is there any "standard" or "best practices" suggestion? Thank you for help!