- Kotlin 1.5.x (Java 11)
- Spring Boot 2.5.x
- Spring Webflux
- Spring Data R2JDBC
- H2 (RDBMS)
- Rest Assured
- Kotest
$ ./gradlew test$ ./gradlew build$ ./gradlew bootRunPOST /shorten-url HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Content-Length: 33
{
"url": "http://naver.com"
}
GET /{shortened url code} HTTP/1.1
Host: localhost:8080