Commit 693a79ae869481f98a45ff6e59c2a5e5aa42a55d

Authored by luotong
2 parents 6e9d2f5e 2e112c4a

Merge branch 'master' into 'master'

修改configLocation属性



See merge request !4
Showing 1 changed file with 1 additions and 1 deletions
class-service.yml
... ... @@ -22,7 +22,7 @@ spring:
22 22 cache: false
23 23  
24 24 mybatis:
25   - config: classpath:mybatis-config.xml
  25 + configLocation: classpath:mybatis-config.xml
26 26  
27 27 endpoints:
28 28 restart:
... ...