Clean Code that Works.

공식 문서가 굉장히 잘 되어 있다.

스프링 문서도 잘 되있음!

 

공식 문서 : https://kotlinlang.org/docs/reference/

 

Reference - Kotlin Programming Language

 

kotlinlang.org

Spring Kotlin 문서 : https://docs.spring.io/spring/docs/current/spring-framework-reference/languages.html#kotlin-resources

 

Language Support

Spring provides comprehensive support for using classes and objects that have been defined by using a dynamic language (such as Groovy) with Spring. This support lets you write any number of classes in a supported dynamic language and have the Spring conta

docs.spring.io

Lombok 사용 중 일경우 참고 : https://dzone.com/articles/migrating-from-lombok-to-kotlin

Lombok 으로 작성된 코드를 Kotlin 코드에서 접근할 수 없다. 

Lombok은 컴파일 시 Annotation Processor 에 의해 동작하는데 Kotlin 컴파일시 Annotaion Processor 를 사용하지 않는다.

 

 

Migrating From Lombok to Kotlin - DZone Java

There are a lot of benefits to migrating from Lombok to Kotlin, including reduced verbosity, shorter code, and improved readability.

dzone.com

Spring one 에서 발표된 Kotlin 관련 영상 : https://www.youtube.com/results?search_query=spring+one+kotlin

 

spring one kotlin - YouTube

 

www.youtube.com