Commit 83d8c182 authored by wangxl's avatar wangxl

111

parent 0b993a57
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
</component> </component>
<component name="JavacSettings"> <component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE"> <option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="science-admin" options="-parameters" /> <module name="science-admin" options="" />
<module name="science-base" options="-parameters" /> <module name="science-base" options="" />
</option> </option>
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -23,7 +23,7 @@ spring: ...@@ -23,7 +23,7 @@ spring:
resources: resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/, file:D:/static static-locations: classpath:/META-INF/resources/,classpath:/resources/, classpath:/static/, classpath:/public/, file:D:/static
server: server:
port: 8080 port: 8095
connectionTimeout: 180000 connectionTimeout: 180000
tomcat: tomcat:
uri-encoding: UTF-8 uri-encoding: UTF-8
...@@ -68,7 +68,7 @@ spring: ...@@ -68,7 +68,7 @@ spring:
profiles: local profiles: local
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver 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 username: yn_kysb
password: '&Zk4obO7v@' password: '&Zk4obO7v@'
redis: redis:
...@@ -79,7 +79,7 @@ spring: ...@@ -79,7 +79,7 @@ spring:
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
database: 1 database: 4
# 密码 # 密码
password: Ynbys2@)@) password: Ynbys2@)@)
lettuce: lettuce:
...@@ -110,7 +110,7 @@ spring: ...@@ -110,7 +110,7 @@ spring:
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
database: 3 database: 4
# 密码 # 密码
password: 123456 password: 123456
lettuce: lettuce:
...@@ -130,7 +130,7 @@ spring: ...@@ -130,7 +130,7 @@ spring:
profiles: dev profiles: dev
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver 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 username: yn_kysb
password: '&Zk4obO7v@' password: '&Zk4obO7v@'
redis: redis:
...@@ -141,7 +141,7 @@ spring: ...@@ -141,7 +141,7 @@ spring:
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
database: 5 database: 4
# 密码 # 密码
password: yn_kysb:&Zk4obO7v@ password: yn_kysb:&Zk4obO7v@
lettuce: lettuce:
...@@ -172,7 +172,7 @@ spring: ...@@ -172,7 +172,7 @@ spring:
# 服务器端口 # 服务器端口
port: 6379 port: 6379
# 数据库 # 数据库
database: 1 database: 4
# 密码 # 密码
password: yhbj_yn:WpKJS2ZEx&35DrU password: yhbj_yn:WpKJS2ZEx&35DrU
lettuce: lettuce:
...@@ -185,32 +185,6 @@ spring: ...@@ -185,32 +185,6 @@ spring:
max-idle: 200 max-idle: 200
# 最小空闲连接 # 最小空闲连接
min-idle: 5 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: verification:
...@@ -230,13 +204,10 @@ verification: ...@@ -230,13 +204,10 @@ verification:
font-name: font-name:
# 字体大小 # 字体大小
font-size: 25 font-size: 25
--- ---
system: system:
defaultCodeLength: 5 defaultCodeLength: 5
# 字体大小 贵州科研23 # 内蒙科研 24 # 字体大小 贵州科研23 # 内蒙科研 24
systemId: 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