http://localhost:8080/h2-console
- http://www.javapractices.com/topic/TopicAction.do?Id=205
- https://medium.com/sahibinden-technology/package-by-layer-vs-package-by-feature-7e89cde2ae3a
- https://phauer.com/2020/package-by-feature/
Building the package: ./mvnw clean package
For activating profiles: -Dspring.profiles.active=dev
Running the app: java -jar -Dspring.profiles.active=dev target/demo-0.0.1-SNAPSHOT.jar