Skip to content

FrancescoJo/kopringboot-multimodule-template

Repository files navigation

kopringboot-multimodule-template

badge

  • A stable internet connection for the first build.

  • Docker executable operating systems

    • xNix friendly is preferred

    • Tested and verified under WSL2 environment

  • OpenJDK 21+

Build with profiles:

Note that default spring profile would be set to local if buildConfig option is omitted.

$ ./gradlew :app-backend:server:assemble -PbuildConfig=[local,alpha,beta,release]

Run with profiles:

Note that default spring profile would be set to local if spring.profiles.active option is omitted.

$ java -jar build/app-backend_server-0.1.jar --spring.profiles.active=[local,alpha,beta,release]

About

Spring boot web + Kotlin template project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages