We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654ad50 commit 3d281f8Copy full SHA for 3d281f8
demo-dbflute/pom.xml
@@ -28,10 +28,6 @@
28
<groupId>org.springframework.boot</groupId>
29
<artifactId>spring-boot-starter-jdbc</artifactId>
30
</dependency>
31
- <dependency>
32
- <groupId>org.springframework.boot</groupId>
33
- <artifactId>spring-boot-starter-jta-bitronix</artifactId>
34
- </dependency>
35
<dependency>
36
37
<artifactId>spring-boot-starter-web</artifactId>
demo-dbflute/src/main/resources/application.properties
@@ -1,5 +1,3 @@
1
-mybatis.executor-type=batch
2
-mybatis.configuration.map-underscore-to-camel-case=true
3
logging.level.com.example.dbflute=DEBUG
4
logging.level.org.dbflute=DEBUG
5
logging.level.org.springframework.jdbc.datasource.DataSourceTransactionManager=DEBUG
0 commit comments