|
@@ -49,11 +49,11 @@ spring:
|
|
connection-test-query: select 1
|
|
connection-test-query: select 1
|
|
|
|
|
|
|
|
|
|
-#mybatis
|
|
|
|
|
|
+#mybatis-plus
|
|
mybatis-plus:
|
|
mybatis-plus:
|
|
- mapper-locations: classpath*:mapper/*Mapper.xml
|
|
|
|
|
|
+ mapper-locations: classpath*:/mapper/**/*.xml
|
|
#实体扫描,多个package用逗号或者分号分隔
|
|
#实体扫描,多个package用逗号或者分号分隔
|
|
- typeAliasesPackage: com.sinosoft.gateway.wx.mp.entity;ins.platform.template.model
|
|
|
|
|
|
+ typeAliasesPackage: ins.platform.*.po
|
|
#typeEnumsPackage: com.baomidou.springboot.entity.enums
|
|
#typeEnumsPackage: com.baomidou.springboot.entity.enums
|
|
global-config:
|
|
global-config:
|
|
# 数据库相关配置
|
|
# 数据库相关配置
|