spring-kotlin-exposed icon indicating copy to clipboard operation
spring-kotlin-exposed copied to clipboard

playground for spring-boot 2.*, kotlin , jetbrains-exposed, postgres, jsonb, flyway, docker

Results 2 spring-kotlin-exposed issues
Sort by recently updated
recently updated
newest added

When I use Exposed with SpringBoot, it needs to be called `Database.connect(dataSource)` before call `transcation`. But I can't find that in your code. How did you do that? Thanks.

Example project builds postgres image by adding docker-entrypoint-initdb.d and db-dumps. Why not just use plain postgres docker image and mount thease directories before start?