Commit 6e9d2f5e5bb749f90161b137c5994d69cd78bf82

Authored by luotong
2 parents fbd15dff 97b8a2db

Merge branch 'master' into 'master'

测试添加mybatis配置



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