Browse Source

Update weixin-server-dev.yml

Administrator 5 năm trước cách đây
mục cha
commit
3dac0520f8
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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:
     # 数据库相关配置