/kotlin-bootstrap-web-app

Boilerplate code on web application, written by Spring Boot with Kotlin.

Primary LanguageFreeMarkerApache License 2.0Apache-2.0

kotlin-bootstrap-web-app

Boilerplate code on web application, written by Spring Boot with Kotlin.

  • WebApplicationFramework: SpringBoot
  • TemplateEngine: FreeMarker
  • OR Mapper: Exposed
  • RDBMS: Postgres

To start project, run below commands.

  • docker-compose up -d on docker directory. (Need to install Docker)
  • ./gradlew bootRun