./gradlew bootRun
curl -X GET localhost:8080/cities
./gradlew test
/build/reports/tests/test/index.html
http://localhost:8080/h2-console
| Property | Value |
|--------------|------------------|
| Driver Class | org.h2.Driver |
| JDBC URL | jdbc:h2:mem:city |
| User Name | sa |
| Password | |