Skip to content

A template to get a multi-module Spring Boot project using both Kotlin and Java spun up in no time

Notifications You must be signed in to change notification settings

Kacper99/jvm-gradle-template

Repository files navigation

JVM Springboot Gradle template

A template repository to spin up a multi-module springboot service that has support for Java and Kotlin.

This template contains a sample "hello world" spring boot project which has a single controller which will return hello world, or hello with your name. The controller uses a module called "library" which provides different methods for returning hello world. This is a very convoluted way of doing Hello World however it hopefully demonstrates how you can build a multi-module springboot project.

Using this template

Adding additional modules

If you want to add another module, create a new directory with a build.gradle.kts file containing

plugins { `library-conventions` }

Then add the name of your new module to settings.gradle.kts

About

A template to get a multi-module Spring Boot project using both Kotlin and Java spun up in no time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published