Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Micronaut は JDBC をサポートしており、ガイドには micronaut-spring の @Transactional を AOP スタイルのトランザクション処理に使用できると記載されています。@Transaction をプレーンなデータソースで使用すると、TransactionManager が配置されていないという例外が発生します。
@Transactional をサポートする micronaut でプレーンな JDBC を使用できるかどうか知っている人はいますか?
これは、@Transaction を実行するために DataSource を TransactionAwareDataSourceProxy にラップする必要があるためです。
Uはこのようにsmthを追加しようとすることができます
compile "io.micronaut:spring" runtime "org.springframework:spring-jdbc"