spring-guides / tut-spring-boot-kotlin

Building web applications with Spring Boot and Kotlin :: Learn how to easily build and test web applications with Spring, Kotlin, Junit 5 and JPA

Home Page:https://spring.io/guides/tutorials/spring-boot-kotlin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial v2

sdeleuze opened this issue · comments

  • Follow @jnizet JPA guidelines
  • Use Mockk and SpringMockK
  • Document Maven configuration in addition to Gradle one
  • Leverage CrudRepository.findIdOrNull extension
  • Upgrade to Spring Boot 2.1.3
  • Various refactoring and improvements