You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
When I use Exposed with SpringBoot, it needs to be called
Database.connect(dataSource)before calltranscation.But I can't find that in your code.
How did you do that?
Thanks.