src/ ├── main/ │ ├── java/com/mvcCore/ │ │ ├── Application.java - Main Spring Boot Application │ │ ├── config/ │ │ │ └── AppConfig.java - CORS & Application Configuration │ │ ├── controller ...
The current starter supports adding the REST API controllers. The setup is very complicated, there are a lot of dependencies I have to add to my pom to activate this and even then it is not perfectly ...