I wrote the way to use values of properties, written in application.properties, in Spring.
Continue reading Spring: How to Use Values of PropertiesTag Archives: Kotlin
(日本語) Spring: すべての画面で共通に出力する値を設定する
Start Spring Boot with Gradle
Kotlin: Primary and Secondary Constructor, and Inheritance
In Kotlin, class can have primary constructor and secondary constructor. Constructors in subclass varies according to their circumstances.
Continue reading Kotlin: Primary and Secondary Constructor, and Inheritance