浏览代码

Update weixin-server-dev.yml

Administrator 5 年之前
父节点
当前提交
3dac0520f8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      config-repo/weixin-server-dev.yml

+ 3 - 3
config-repo/weixin-server-dev.yml

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