0027005599 2 rokov pred
rodič
commit
57a31aa458

+ 0 - 9
jeecg-module-system/jeecg-system-start/src/main/resources/application-ybprod.yml

@@ -35,15 +35,11 @@ spring:
           starttls:
             enable: true
             required: true
-  ## quartz定时任务,采用数据库方式
   quartz:
     job-store-type: jdbc
     initialize-schema: embedded
-    #定时任务启动开关,true-开  false-关
     auto-startup: true
-    #延迟1秒启动定时任务
     startup-delay: 1s
-    #启动时更新己存在的Job
     overwrite-existing-jobs: true
     properties:
       org:
@@ -185,7 +181,6 @@ cas:
 logging:
   level:
     org.jeecg.modules.system.mapper: info
-#swagger
 knife4j:
   enable: true
   production: false
@@ -222,18 +217,14 @@ third-app:
   type:
     WECHAT_ENTERPRISE:
       enabled: false
-      #CORP_ID
       client-id: ??
-      #SECRET
       client-secret: ??
       agent-id: ??
-      # agent-app-secret: ??
     DINGTALK:
       enabled: false
       client-id: ??
       client-secret: ??
       agent-id: ??
-
 cdr:
   threadpool:
     corePoolSize: 8