Commit 2e112c4ab7058284810e53748363902063b819b7

Authored by luotong
1 parent 6e9d2f5e

修改configLocation属性

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:
... ...