how to use "kotlin exposed" in spring boot??
# spring
h
how to use "kotlin exposed" in spring boot??
a
I believe you mean how to use 'Exposed' library in Spring?
h
my bad, you totally right.
u
Exposed provides exposed spring boot starter dependency. Check this repository https://github.com/JetBrains/Exposed/blob/main/exposed-spring-boot-starter/README.md
g
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
172 Views