Commit a755b68c9987c2cb0da8a709385b2fe5b630d833

Authored by 李淦唐
1 parent 557ec418

新增mybatis配置

Showing 1 changed file with 2 additions and 0 deletions
user-service.yml
@@ -38,6 +38,8 @@ eureka: @@ -38,6 +38,8 @@ eureka:
38 serviceUrl: 38 serviceUrl:
39 defaultZone: http://discovery:15200/eureka/ 39 defaultZone: http://discovery:15200/eureka/
40 40
  41 +mybatis:
  42 + configLocation: classpath:mybatis-config.xml
41 --- 43 ---
42 44
43 spring: 45 spring: