Commit 97b8a2db2e12de5013f3b63d3c1d80cadee3974e

Authored by luotong
1 parent fbd15dff

测试添加mybatis配置

Showing 1 changed file with 3 additions and 0 deletions
class-service.yml
@@ -21,6 +21,9 @@ spring: @@ -21,6 +21,9 @@ spring:
21 content-type: text/html 21 content-type: text/html
22 cache: false 22 cache: false
23 23
  24 +mybatis:
  25 + config: classpath:mybatis-config.xml
  26 +
24 endpoints: 27 endpoints:
25 restart: 28 restart:
26 enabled: true 29 enabled: true