Commit 435deed1 authored by pengxin's avatar pengxin

文件修改。

parent 2ffa2689
......@@ -5,12 +5,12 @@ spring:
# 数据库链接 [主数据源]
main:
url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
username: yice
password: Yice@2021
# 默认生成的操作日志数据源配置。
operation-log:
url: jdbc:mysql://192.168.0.35:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username: root
username: yice
password: Yice@2021
driverClassName: com.mysql.cj.jdbc.Driver
name: application-webadmin
......@@ -163,7 +163,7 @@ redis:
# master-slave:
# 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。
# address: redis://localhost:6379,redis://localhost:6378,...
address: redis://192.168.0.36:6379
address: redis://192.168.0.35:6379
# 链接超时,单位毫秒。
timeout: 6000
# 单位毫秒。分布式锁的超时检测时长。
......
......@@ -44,7 +44,7 @@ spring:
allow-circular-references: true
data:
mongodb:
uri: mongodb://192.168.0.36:27017
uri: mongodb://root:123456@192.168.0.36:27017/
database: imp
authentication-database: admin
auto-index-creation: true
......
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