I will explain how to start kotlin with Intellij IDEA. (If you want to begin with command line, without ide, the article “Start Spring Boot with Gradle” will help a little.)
Continue reading Start Kotlin with Intellij IDEACategory Archives: Code
Spring: How to Use Values of Properties
I wrote the way to use values of properties, written in application.properties, in Spring.
Continue reading Spring: How to Use Values of Properties(日本語) Spring: すべての画面で共通に出力する値を設定する
MySQL: Copy Database without Saving Dump File
For PostgreSQL, see PostgreSQL: Copy Database without Saving Dump File.
When we copy MySQL data, create dump file with mysqldump
and execute that SQL with mysql
.