Java Spring Boot - How to Create Maven Multi Module Project

preview_player
Показать описание
Learn how to create multi-module Maven project together with Spring Boot. Check out how to manage version of your modules and avoid common pitfalls. Later on we are using simple library project as the dependency in our exectuable jar file. Project from scratch using Spring Boot Initializr!

Follow //CodefForgeYT on:

Рекомендации по теме
Комментарии
Автор

I just wanna say that you did this tutorial excellent, well explained and straight to the point. Too bad that it't not that many tutorials out there like this one. If I only would have found this 14 hours ago I would have saved a lot of time. Thanks for posting this!

mackkek
Автор

Really great video.
You fucking nailed it in 22 mins.

Please always keep your videos simple and quick like this one.
I love it.

kishorprakash
Автор

Saved a lot of time to create multi-module spring boot project using IntelliJ. Thank you Sir! 🫶

kal-el-shadowfax
Автор

Thank you very much. This is a great step-step video, you have explained clearly and all you have showed in this video is exactly what I was searching for.

satyarajGovindaDas
Автор

Thank you mate, you actually go straight to the point and explain it well

tugnguyen
Автор

Great explanation with detailed examples, multi-module projects have always been tricky to me, especially with managing dependencies, until now. 😎

boikimphore
Автор

Thanks for the solution! Saved me a lot of time!

minyon
Автор

It was really awesome, very simple example, really well explained. just loved it. Thanks so much. And to answer your question, instead of restarting IntelliJ you can refresh maven after you run "mvn clean install" in root dir.

ahmadfaiaz
Автор

The way you're just closing the built project folder in intellij and then opening it again in new window, so instead of that you can simply add it as maven project without closing the intellij project window. Just right click on the pom.xml and from the drop down menu click on the option - "Add as a maven project", simple.

sourabhshete
Автор

Thanks for your instruction ! You are life saver ~

Paper-Folded
Автор

If we had a chance to meet you live, I would kiss you on the forehead))))
Just spectacular

razzagzade
Автор

thanks good video. Perhaps add info on build tag

ttc
Автор

what if both the child applications have there own REST APIS, how will be managing both of them at one go and is there any way we can generate the jar of the parent app so that we can deploy them in some cloud?

jbgrqdf
Автор

How to create it without a main class, and then use this multi-module in another spring boot project with a main class? Thanks
CodeForgeYT!

fe
Автор

Thanks for the video. Can someone explain me - wich application.properties file will be used?

xMolunx