phoenigm / spring-boot-kotlin-gradle-template

Start your Spring Boot application with this template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Kotlin Gradle template

Start your Spring Boot application with this template.

Requirements:

  • Java 17

Main dependencies:

  • Kotlin 1.8.20
  • Spring Boot 3.0.6
  • Postgres 42.6.0

Steps to remove template's tailings

  1. Replace all occurrences 'template-app' with name of your application
  2. Rename folder of main submodule to name of your application
  3. Rename root project's name in settings.gradle.kts
  4. Rename subprojects.group in build.gradle.kts
  5. Rename packages of main submodule
  6. Drop this readme file :)

About

Start your Spring Boot application with this template


Languages

Language:Kotlin 95.6%Language:Dockerfile 4.4%