spring-kotlin-exposed
spring-kotlin-exposed copied to clipboard
Question: Where did you call Database.connect/1?
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.