Join Slack
Powered by
how to use "kotlin exposed" in spring boot??
# spring
h
Hamza GATTAL
09/09/2023, 3:59 PM
how to use "kotlin exposed" in spring boot??
a
Andromadus Naruto
09/09/2023, 6:19 PM
I believe you mean how to use 'Exposed' library in Spring?
h
Hamza GATTAL
09/09/2023, 6:20 PM
my bad, you totally right.
u
윤동환
09/10/2023, 4:13 AM
Exposed provides exposed spring boot starter dependency. Check this repository
https://github.com/JetBrains/Exposed/blob/main/exposed-spring-boot-starter/README.md
g
Grzegorz Medias
09/25/2023, 7:33 PM
I have one project with Exposed as I do not like Hibernate. There is nothing special as I remember. Only set Transaction Manager to have Spring adnotation for Transactions instead of wrap sql executable code in transaction
293
Views
Open in Slack
Previous
Next