Explorar o código

修改群控逻辑

syh %!s(int64=5) %!d(string=hai) anos
pai
achega
1a5adef4f9

+ 0 - 6
jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -61,10 +61,8 @@ spring:
   datasource:
     druid:
       stat-view-servlet:
-
         loginUsername: admin
         loginPassword: hcst2016
-
         enabled: true
       web-stat-filter:
         enabled: true
@@ -74,7 +72,6 @@ spring:
         # 连接池的配置信息
         # 初始化大小,最小,最大
         connection-init-sql: set names utf8mb4
-
         initial-size: 5
         min-idle: 5
         maxActive: 20
@@ -111,7 +108,6 @@ spring:
   redis:
     database: 0
     host: 127.0.0.1
-
     lettuce:
       pool:
         max-active: 8   #最大连接数据库连接数,设 0 为没有限制
@@ -124,8 +120,6 @@ spring:
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:cn/com/ctop/**/xml/*Mapper.xml
-
-
   global-config:
     # 关闭MP3.0自带的banner
     banner: false