Complete setup and config multi module spring maven project

Discover how to create Spring Boot projects using multiple Maven modules and to keep your code-base more organised in the long run.

Most of the examples used to demonstrate Spring Boot are rather simple. In 99% of cases, a single Maven module is used. But, in the real world, developers are building complex applications and they want to structure their code across multiple modules. Will it be difficult? No, absolutely not:) We just need to modify a couple of things in order to make the project work:
- The Spring Boot main application class needs to be modified in order to let Spring know to scan for beans in all the Maven modules
- The Maven Build Plugin needs to be added in the pom.xml file of the Spring Boot main application class

In this video, I will show how to create spring project with multi module project. And this video is the beginning of this tutorial and show how to create parent project which use packaging as pom type. 
And I will create common module in it's parent module and do the config class in common module with clean and install successfully.
Create api back-end module with configuration and clean install maven project with running test on tomcat server by using postman tool.
Don't forget to subscribe and share this video with your friends...

--------------------------
Supoort Me: KhmerSide:
https://www.youtube.com/khmerside
http://www.facebook.com/khmerside
http://khmerside.blogspot.com
http://www.khmerside.xyz
https://www.reddit.com/user/khmerside
https://www.pinterest.com/khmerside/
https://www.instagram.com/khmerside/
https://twitter.com/Khmerside


Previous Post Next Post