Skip to content

mguilherme/springboot-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot Kotlin

Spring boot with kotlin example. This example will pre-populate the database with a few dummy data.

Pre-requisites

  • JDK 8 or later
  • IDE of your choice (IntellijIDEA is preferred)
  • Postgresql database up and running

Setup

The easiest way is to run a Postgresql instance is through docker:

docker run -d --name postgres -p 5432:5432 -v ~/Docker/postgresql/data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres postgres

Then create a test database with spring_boot_demo schema.

TBD

  • Unit testing

About

Spring boot with Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages