JDBC transaction management without Spring #6687
Unanswered
chrisparton1991
asked this question in
Q&A
Replies: 1 comment
-
Just use launch which is already setup with Micronaut tx management https://micronaut.io/launch?type=DEFAULT&name=demo&package=com.example&javaVersion=JDK_11&lang=JAVA&build=GRADLE&test=JUNIT&features=data-jdbc&version=3.2.3&activity=preview&showing=README.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As per https://github.com/micronaut-projects/micronaut-core/issues/6210#issuecomment-927667458, it sounds possible to make use of
@Transactional
(or similar) without Spring, but I can't find anything in the documentation.Is there an example of this somewhere? For context, I'm targeting Micronaut 3.2.3 + JDBI + SQL Server.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions