From 44caf96c397fd657e54c3385c841a1adf1d5956d Mon Sep 17 00:00:00 2001 From: zhc077 <565291854> Date: Tue, 18 Apr 2023 17:50:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=204.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant-design-vue-jeecg/.env.production | 6 +- .../src/main/resources/application-dev.yml | 22 +++--- .../src/main/resources/application-prod.yml | 72 +++++++++---------- 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/ant-design-vue-jeecg/.env.production b/ant-design-vue-jeecg/.env.production index d85e037..6f42548 100644 --- a/ant-design-vue-jeecg/.env.production +++ b/ant-design-vue-jeecg/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://116.255.163.207/jeecg-boot -VUE_APP_CAS_BASE_URL=http://116.255.163.207/cas -VUE_APP_ONLINE_BASE_URL=http://116.255.163.207:8012 \ No newline at end of file +VUE_APP_API_BASE_URL=http://10.100.200.177:8081/jeecg-boot +VUE_APP_CAS_BASE_URL=http://10.100.200.177/cas +VUE_APP_ONLINE_BASE_URL=http://10.100.200.177:8012 \ No newline at end of file diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml index e67f7df..7f09a1f 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml @@ -24,17 +24,17 @@ spring: multipart: max-file-size: 1024MB max-request-size: 1024MB - mail: - host: smtp.163.com - username: jeecgos@163.com - password: ?? - properties: - mail: - smtp: - auth: true - starttls: - enable: true - required: true +# mail: +# host: smtp.163.com +# username: jeecgos@163.com +# password: ?? +# properties: +# mail: +# smtp: +# auth: true +# starttls: +# enable: true +# required: true ## quartz定时任务,采用数据库方式 # quartz: # job-store-type: jdbc diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml index f818597..df06869 100644 --- a/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml +++ b/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml @@ -25,43 +25,43 @@ spring: multipart: max-file-size: 1024MB max-request-size: 1024MB - mail: - host: smtp.163.com - username: jeecgos@163.com - password: ?? - properties: - mail: - smtp: - auth: true - starttls: - enable: true - required: true +# mail: +# host: smtp.163.com +# username: jeecgos@163.com +# password: ?? +# properties: +# mail: +# smtp: +# auth: true +# starttls: +# enable: true +# required: true ## quartz定时任务,采用数据库方式 - quartz: - job-store-type: jdbc - initialize-schema: embedded - #设置自动启动,默认为 true - auto-startup: true - #启动时更新己存在的Job - overwrite-existing-jobs: true - properties: - org: - quartz: - scheduler: - instanceName: MyScheduler - instanceId: AUTO - jobStore: - class: org.quartz.impl.jdbcjobstore.JobStoreTX - driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate - tablePrefix: QRTZ_ - isClustered: true - misfireThreshold: 60000 - clusterCheckinInterval: 10000 - threadPool: - class: org.quartz.simpl.SimpleThreadPool - threadCount: 10 - threadPriority: 5 - threadsInheritContextClassLoaderOfInitializingThread: true +# quartz: +# job-store-type: jdbc +# initialize-schema: embedded +# #设置自动启动,默认为 true +# auto-startup: true +# #启动时更新己存在的Job +# overwrite-existing-jobs: true +# properties: +# org: +# quartz: +# scheduler: +# instanceName: MyScheduler +# instanceId: AUTO +# jobStore: +# class: org.quartz.impl.jdbcjobstore.JobStoreTX +# driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate +# tablePrefix: QRTZ_ +# isClustered: true +# misfireThreshold: 60000 +# clusterCheckinInterval: 10000 +# threadPool: +# class: org.quartz.simpl.SimpleThreadPool +# threadCount: 10 +# threadPriority: 5 +# threadsInheritContextClassLoaderOfInitializingThread: true #json 时间戳统一转换 jackson: date-format: yyyy-MM-dd HH:mm:ss