配置文件修改 4.18

master
zhc077 2 years ago
parent 40d976a083
commit 44caf96c39
  1. 6
      ant-design-vue-jeecg/.env.production
  2. 22
      jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
  3. 72
      jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml

@ -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
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

@ -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

@ -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

Loading…
Cancel
Save