When we use Spring Boot, bootrun is automatically registered as a Gradle task. I followed its steps, how it is registered
(日本語) Kotlin で書く DSL
Kotlin: Database Migration – Harmonica 0.0.4
I tried to create Kotlin database migration library.
Continue reading Kotlin: Database Migration – Harmonica 0.0.4Make PostgreSQL Accessible from Outside
I will introduce how to make PostgreSQL accessible from outside clilent. ホストOSから VirtualBox の中の PostgreSQL にアクセスする方法 の内容と重複する部分があります。
Continue reading Make PostgreSQL Accessible from OutsideKotlin: Scope Function Categorization
I categorized scope functions, let, with, also, apply, run in Kotlin.