
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
spring3(JNDI,宣言的トランザクション) + Doma 単体テスト環境構築 覚書 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
spring3(JNDI,宣言的トランザクション) + Doma 単体テスト環境構築 覚書 - Qiita
dependencies{ ["core", "context","test","tx","jdbc","aop"].each { compile "org.springframework:sp... dependencies{ ["core", "context","test","tx","jdbc","aop"].each { compile "org.springframework:spring-${it}:3.2.3.RELEASE" } //AOP testCompile 'aspectj:aspectjrt:1.5.4' testCompile 'aspectj:aspectjweaver:1.5.4' //具象クラスに対するAOP(<aop:config proxy-target-class="true">) testCompile 'cglib:cglib-nodep:2.2.2' //JNDI on Spring Context (jndi.properties,jndi.xml) testCompile 'org.apache.xbean:xbean-spring:3