Open
Description
SpringBoot
- https://medium.com/dev-genius/features-that-every-developer-must-know-about-spring-boot-c1c0d7f1c0a8
- by-feature vs by-layer project structure - https://phauer.com/2020/package-by-feature/
Naming Convention
group - name of company or user
artifact - project name
name - main or home etc. will be named to {name}Application
package name - {group}.{artifact}