Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_server
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmp
lmp_server
Commits
435deed1
Commit
435deed1
authored
Dec 21, 2023
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件修改。
parent
2ffa2689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
application-dev.yml
application-webadmin/src/main/resources/application-dev.yml
+3
-3
application.yml
application-webadmin/src/main/resources/application.yml
+1
-1
No files found.
application-webadmin/src/main/resources/application-dev.yml
View file @
435deed1
...
...
@@ -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.3
6
:6379
address
:
redis://192.168.0.3
5
:6379
# 链接超时,单位毫秒。
timeout
:
6000
# 单位毫秒。分布式锁的超时检测时长。
...
...
application-webadmin/src/main/resources/application.yml
View file @
435deed1
...
...
@@ -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
...
...
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