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

Question: Where did you call Database.connect/1?

Open nallwhy opened this issue 4 years ago • 0 comments

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.

nallwhy avatar Feb 18 '21 03:02 nallwhy