<@U3T2QQKSP> language: Kotlin HTTP endpoints: Spri...
# server
p
@juliocbcotta language: Kotlin HTTP endpoints: Spring Boot (Spring Web MVC) HTTP security: Spring Boot (Spring Security) dependency injection: Spring Boot persistence: Exposed https://github.com/JetBrains/Exposed HTTP requests to other services: OkHttp http://square.github.io/okhttp/ end-to-end tests: Spring Boot with the whole app started, HTTP requests with OkHttp with Kotson for Kotlin-friendly JSON creation
👍 1
j
pawel.barszcz: What do you use to access the database ?
ahh… exposed
p
and Flyway for schema creation/migration
Exposed is there because I dislike Hibernate
but, I think, majority of industry related to Spring is using Hibernate with Spring Data. Even when writing in Kotlin
j
ahh. Ok. I will look at it.