Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huayanYu committed Nov 10, 2023
1 parent c212f03 commit ec782b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions orm-samples/mybatis-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
<groupId>org.mybatis.spring.boot</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down
10 changes: 9 additions & 1 deletion orm-samples/mybatis-sample/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ spring:
strategy: com.baomidou.dynamic.datasource.strategy.LoadBalanceDynamicDataSourceStrategy
logging:
level:
com.baomidou: debug
com.baomidou: debug
management:
endpoint:
shutdown:
enabled: true
endpoints:
web:
exposure:
include: '*'

0 comments on commit ec782b9

Please sign in to comment.