Commit 83d8c182 authored by wangxl's avatar wangxl

111

parent 0b993a57
......@@ -17,8 +17,8 @@
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="science-admin" options="-parameters" />
<module name="science-base" options="-parameters" />
<module name="science-admin" options="" />
<module name="science-base" options="" />
</option>
</component>
</project>
\ No newline at end of file
......@@ -23,7 +23,7 @@ spring:
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/, file:D:/static
server:
port: 8080
port: 8095
connectionTimeout: 180000
tomcat:
uri-encoding: UTF-8
......@@ -68,7 +68,7 @@ spring:
profiles: local
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/nm_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yn_kysb
password: '&Zk4obO7v@'
redis:
......@@ -79,7 +79,7 @@ spring:
# 服务器端口
port: 6379
# 数据库
database: 1
database: 4
# 密码
password: Ynbys2@)@)
lettuce:
......@@ -110,7 +110,7 @@ spring:
# 服务器端口
port: 6379
# 数据库
database: 3
database: 4
# 密码
password: 123456
lettuce:
......@@ -130,7 +130,7 @@ spring:
profiles: dev
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
url: jdbc:mysql://ybs01beta.mysql.rds.aliyuncs.com/yn_srp_system?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&serverTimezone=Asia/Shanghai
username: yn_kysb
password: '&Zk4obO7v@'
redis:
......@@ -141,7 +141,7 @@ spring:
# 服务器端口
port: 6379
# 数据库
database: 5
database: 4
# 密码
password: yn_kysb:&Zk4obO7v@
lettuce:
......@@ -172,7 +172,7 @@ spring:
# 服务器端口
port: 6379
# 数据库
database: 1
database: 4
# 密码
password: yhbj_yn:WpKJS2ZEx&35DrU
lettuce:
......@@ -185,32 +185,6 @@ spring:
max-idle: 200
# 最小空闲连接
min-idle: 5
---
spring:
profiles: local_back
redis:
# 超时时间
timeout: 10000ms
# 服务器地址
host: 192.168.1.95
# 服务器端口
port: 6379
# 数据库
database: 5
# 密码
password: Ynbys2@)@)
lettuce:
pool:
# 最大连接数(默认8)
max-active: 1024
# 最大连接阻塞等待时间,默认-1
max-wait: 10000ms
# 最大空闲连接
max-idle: 200
# 最小空闲连接
min-idle: 5
---
# 登录相关配置
verification:
......@@ -230,13 +204,10 @@ verification:
font-name:
# 字体大小
font-size: 25
---
system:
defaultCodeLength: 5
# 字体大小 贵州科研23 # 内蒙科研 24
systemId: 24
systemName: 内蒙古自治区卫生健康科技项目管理系统
systemName: 云南省卫生健康科技项目管理系统
---
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment