Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
1b28210a
Commit
1b28210a
authored
Oct 10, 2023
by
xuwenhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
e6d3e9ae
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
6 deletions
+31
-6
ruoyi-admin/src/main/resources/application-druid.yml
+1
-1
ruoyi-admin/src/main/resources/application.yml
+30
-5
No files found.
ruoyi-admin/src/main/resources/application-druid.yml
View file @
1b28210a
...
...
@@ -10,7 +10,7 @@ spring:
# username: root
# password: password
master
:
url
:
jdbc:mysql://1.116.38.25:3986/
school_platform
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
url
:
jdbc:mysql://1.116.38.25:3986/
dd_smart_school
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username
:
root
password
:
qianhe2022
# master:
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
1b28210a
...
...
@@ -12,7 +12,7 @@ ruoyi:
profile
:
D:/ruoyi/uploadPath
# profile: /home/ruoyi/uploadPath
#指定上传文件到哪个服务器,读取文件(本地选localhost,测试选47.105.176.202,试运行选10.20.100.201)
serverAddress
:
http://
192.168.1.109:8848
serverAddress
:
http://
47.105.176.202:5112
# serverAddress: http://47.105.176.202:8137
# serverAddress: http://10.20.100.201:57321
# 获取ip地址开关
...
...
@@ -24,6 +24,7 @@ ruoyi:
server
:
# 服务器的HTTP端口,默认为8080
# port: 8137
# port: 8849
port
:
8848
#学校内网PC端口
# port: 57321
...
...
@@ -89,19 +90,22 @@ spring:
redis
:
# 地址
# host: localhost
host
:
43.143.63.140
host
:
1.116.38.25
# host: 43.143.63.140
# host: 47.105.176.202
# host: 127.0.0.1
# 端口,默认为6379
# port: 8134
# port: 6379
port
:
16379
port
:
7789
# port: 16379
# port: 9121
# 数据库索引
database
:
1
1
database
:
1
0
# 密码
# password:
password
:
lbt18062367596
password
:
qianheRedis2021
# password: lbt18062367596
# 连接超时时间
timeout
:
10s
lettuce
:
...
...
@@ -196,6 +200,27 @@ wx:
redirect-uri
:
www.dyzmxx.com
# redirect-uri: y32025c600.goho.co:10087
dd
:
appKey
:
dingclpf8qoxvinhksyh
appSecret
:
CrlRmzkaFMH00cbipSf3g0nc_xpFGCitTAPA_cphUXg1e-DSX1hFcyVpqgos29r9
# 钉钉接口 获取钉钉access_token 的uri
access-token-uri
:
https://oapi.dingtalk.com/gettoken?appkey=${dd.appKey}&appsecret=${dd.appSecret}
#企业id
corpId
:
dingaa3937ff8b7dd267f2c783f7214b6d69
#应用id
agentId
:
2730043705
#重定向地址
redirect-uri
:
www.dyzmxx.com
dd_template
:
# 职工请假消息模板
leaveTemplateCode
:
PROC-D907CDA3-F8C7-4E4F-8A8B-6A9E71287295
# 礼堂预约模板
auditoriumCode
:
PROC-DB0E3FEC-562B-4023-AA4A-CC33963D3537
template
:
# 请假消息模板
leaveTemplateId
:
IHPndMRdTsO5zd4yC4K0yjtSw73QMrDiEqzsmbgJP2U
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment