修改后端接口和数据库配置
This commit is contained in:
parent
60f2ab49c8
commit
308908f707
|
|
@ -7,8 +7,8 @@ spring:
|
|||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:mysql://1.15.149.240:3306/ry_news?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
||||
username: root
|
||||
password: 9daafa7710f5198f
|
||||
username: ry_news
|
||||
password: ZLZBcfGtsWJe5r4z
|
||||
# 从库数据源
|
||||
slave:
|
||||
# 从数据源开关/默认关闭
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ ruoyi:
|
|||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8080
|
||||
port: 8081
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user