Currently, I'm trying to create a small example project with a micro service architecture in Java to learn the basic concepts. I am using the following tutorials: tutorial1, tutorial2. In there it is mentioned that you have to configure an application.yml or application.properties file. But I don't know where I should put these files. And I couldn't find a clean project structure example for microservices with Java.
So my questions are: Is there a common project structure for micro services in Java with the mentioned frameworks?
Where should I put the application.yml and could someone give me a full example of the file? (can be very basic. I only need a pattern)
Could you pm me some good/better tutorials? (this would be opinion based. So that's why I'm asking for a pm)
Thanks for possible answers.