|
@@ -9,16 +9,16 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://114.116.210.204:3306/xjrsoft_boot?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true
|
|
|
+ url: jdbc:mysql://219.153.208.35:3306/smart_campus?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&nullCatalogMeansCurrent=true&autoReconnect=true&failOverReadOnly=false
|
|
|
username: root
|
|
|
- password: Xjrsoft9012@@
|
|
|
+ password: xzNDL3dcx#TyEz^a
|
|
|
|
|
|
|
|
|
redis:
|
|
|
- database: 11
|
|
|
- host: 114.116.210.204
|
|
|
+ database: 10
|
|
|
+ host: 219.153.208.35
|
|
|
port: 6379
|
|
|
- password: xjrsoft # 密码(默认为空)
|
|
|
+ password: huHJMucfC!tJ59Ri # 密码(默认为空)
|
|
|
timeout: 6000ms # 连接超时时长(毫秒)
|
|
|
jedis:
|
|
|
pool:
|
|
@@ -27,29 +27,35 @@ spring:
|
|
|
max-idle: 10 # 连接池中的最大空闲连接
|
|
|
min-idle: 5 # 连接池中的最小空闲连接
|
|
|
|
|
|
-#logging:
|
|
|
-# level:
|
|
|
-# org.camunda: none #打印camunda 日志 一般用于 查看camunda 执行sql
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ org.camunda: debug #打印camunda 日志 一般用于 查看camunda 执行sql
|
|
|
+
|
|
|
+# 课表时段
|
|
|
+timetable:
|
|
|
+ summer-start: 05-01
|
|
|
+ summer-end: 09-30
|
|
|
+ winter-start: 10-01
|
|
|
+ winter-end: 04-30
|
|
|
+
|
|
|
+mqtt:
|
|
|
+ username: admin
|
|
|
+ password: c94kKEhkYfMSiQh8
|
|
|
+ server: tcp://219.153.208.35:1880
|
|
|
+ qos: 1
|
|
|
|
|
|
xjrsoft:
|
|
|
oss:
|
|
|
#enabled: true
|
|
|
- cloud-type: alicloud
|
|
|
- # access-key: xjrsoft
|
|
|
- # secret-key: Xjrsoft9012@@
|
|
|
- # endpoint: http://47.106.153.7:9000
|
|
|
- # bucket-name: xjrsoft
|
|
|
- # prefix: xjr
|
|
|
- #阿里云
|
|
|
- access-key: LTAI5t79TMdxqDVJoAyL56aT
|
|
|
- secret-key: jzWa5TzDBQDg0y7hxbwAyVg7C0pi5l
|
|
|
- endpoint: oss-cn-hangzhou.aliyuncs.com
|
|
|
+ cloud-type: minio
|
|
|
+ access-key: ycbx
|
|
|
+ secret-key: qwe123QWE
|
|
|
+ endpoint: https://test.minio.yingcaibx.com
|
|
|
bucket-name: learun
|
|
|
prefix: xjr
|
|
|
-
|
|
|
generate:
|
|
|
webPath: E:\code\font\xjrsoft-vue3 #生成代码的路径
|
|
|
- appPath: E:\code\font\xjrVue #前端app
|
|
|
+ appPath: E:\code\uniapp\xjrsoft-uni #前端app
|
|
|
common:
|
|
|
druid-account: admin # druid 监控账户
|
|
|
druid-password: admin # druid 监控密码
|
|
@@ -65,6 +71,8 @@ xjrsoft:
|
|
|
- /druid/** #druid 监控
|
|
|
- /ureport/**
|
|
|
- /system/captcha # 验证码
|
|
|
+ - /system/imgcaptcha #图形验证码
|
|
|
+ - /system/loginCaptcha # 手机验证登录
|
|
|
- /system/login # 登录接口
|
|
|
- /system/logout # 登出接口
|
|
|
- /camunda/** # camunda工作台
|
|
@@ -72,6 +80,8 @@ xjrsoft:
|
|
|
- /${magic-api.web}/** # magic-api web
|
|
|
- /${magic-api.prefix}/** # magic-api 前缀
|
|
|
- /bi/project/info # 桌面
|
|
|
+ - /system/loginByCode #编号登录
|
|
|
+ - /organization/user/register # 注册
|
|
|
email:
|
|
|
host: #邮件服务器的SMTP地址,可选,默认为smtp.<发件人邮箱后缀>
|
|
|
port: # 邮件服务器的SMTP端口,可选,默认25
|
|
@@ -84,6 +94,9 @@ xjrsoft:
|
|
|
secret: 02YXuJw_vYYJiDQvG-eKlXCUTDAaAJ1z7m9t8_hqoa0
|
|
|
secret1: z3R17Od4ROW1zPisguiQmTfx0NvcYKmoIu19-82vdtU
|
|
|
agentid: 1000003
|
|
|
+ mpWeixin:
|
|
|
+ appKey: wx93175d7fe68cd170
|
|
|
+ appSecret: 4bab1c5ccd9d4d1d7854464d7251becf
|
|
|
dingtalk:
|
|
|
appKey: dingaex2gok1rllumlqs
|
|
|
appSecret: Nv2pe-UoR0Z_Iw8d29laZfL3kH6ElmhZpRdPwI7SvmKJmaCI29qCrSlFEiMM88MB
|
|
@@ -112,15 +125,23 @@ xjrsoft:
|
|
|
platform: HW_CLOUD #默认使用短信服务商
|
|
|
captcha-sender: 8823053028920 #验证码通道号
|
|
|
captcha-template-id: 97c6fcf9fd0149b39c0ed0e53480116f # 验证码 模板id
|
|
|
- notify-sender: 8823053111843 # 提示类短信 通道号
|
|
|
+ notify-sender: 8823053111843 # 提示类提示短信 通道号
|
|
|
notify-template-id: d424de0f2a9244ac9d2f2685cd158635 #提示类短信 模板id
|
|
|
+ circulated-sender: 8823053111843 # 提示类传阅短信 通道号
|
|
|
+ circulated-template-id: 5c179070a72447c79568ac22371be803 #提示类传阅短信 模板id
|
|
|
+ timeout-sender: 8823053111843 # 提示类短超时信 通道号
|
|
|
+ timeout-template-id: 5c179070a72447c79568ac22371be803 #提示类超时短信 模板id
|
|
|
+ ctccsms: #电信三网短信配置
|
|
|
+ app-key: 105649
|
|
|
+ app-secret: c3868470891526d9
|
|
|
+ signature: "【重庆市铜梁职业教育中心】"
|
|
|
license:
|
|
|
- enabled: false #是否需要验证
|
|
|
+ enabled: false #是否需要验证
|
|
|
login-max: 100 #最大登陆人数
|
|
|
start-time: 2023-07-01 00:00:00 #开始时间
|
|
|
- end-time: 2023-07-05 00:00:00 #结束时间
|
|
|
+ end-time: 2023-07-03 17:00:00 #结束时间
|
|
|
company-name: xxx #公司名
|
|
|
- contact-number: xxx
|
|
|
+ contact-number: xxx #联系人
|
|
|
|
|
|
sms:
|
|
|
huawei:
|