Parcourir la source

:rewind: Reverting changes.回滚

冷冷 il y a 6 ans
Parent
commit
faa9305642
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. 1 5
      pigx-config/src/main/resources/config/pigx-upms-dev.yml

+ 1 - 5
pigx-config/src/main/resources/config/pigx-upms-dev.yml

@@ -13,11 +13,7 @@ spring:
     driver-class-name: com.mysql.jdbc.Driver
     username: root
     password: root
-    url: jdbc:mysql://127.0.0.1:3306/pigx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
-
-# mybaits 模块配置
-mybatis-plus:
-  typeAliasesPackage: com.pig4cloud.pigx.admin.api.entity
+    url: jdbc:mysql://127.0.0.1:3306/pigx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
 
 # swagger相关配置,覆盖全局配置
 swagger: