How to create a multi-module Java Spring Boot Maven and Gradle project in a few clicks. We’re going to use codestarter.me — it makes the whole process super easy.
Choose Module Type → Multi.
Pick your Java version.
And fill in the basics: group, artifact, project name, and package name.
That’s it — just click Generate and Download.
Unzip the project.
And one important thing — read the README.txt.
Seriously.
It tells you how to set up your Java environment correctly.
(Yeah, that “copy this and that” part — do it.)
Okay, let’s build it.
And run it.
Nice — the app starts up without any problems.