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
c857d03a
Commit
c857d03a
authored
Dec 21, 2023
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还原数据库配置接口。
parent
d0a33a06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
application-dev.yml
application-webadmin/src/main/resources/application-dev.yml
+8
-8
No files found.
application-webadmin/src/main/resources/application-dev.yml
View file @
c857d03a
...
@@ -4,14 +4,14 @@ spring:
...
@@ -4,14 +4,14 @@ spring:
druid
:
druid
:
# 数据库链接 [主数据源]
# 数据库链接 [主数据源]
main
:
main
:
url
:
jdbc:mysql://1
27.0.0.1
:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://1
92.168.0.35
:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username
:
root
username
:
yice
password
:
a327327
password
:
Yice@2021
# 默认生成的操作日志数据源配置。
# 默认生成的操作日志数据源配置。
operation-log
:
operation-log
:
url
:
jdbc:mysql://1
27.0.0.1
:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://1
92.168.0.35
:3306/lmp?characterEncoding=utf8&useSSL=true&serverTimezone=Asia/Shanghai
username
:
root
username
:
yice
password
:
a327327
password
:
Yice@2021
driverClassName
:
com.mysql.cj.jdbc.Driver
driverClassName
:
com.mysql.cj.jdbc.Driver
name
:
application-webadmin
name
:
application-webadmin
initialSize
:
10
initialSize
:
10
...
@@ -84,7 +84,7 @@ python:
...
@@ -84,7 +84,7 @@ python:
knowledge
:
knowledge
:
#知识库通用接口地址
#知识库通用接口地址
knowledgeInterface
:
http://1
27.0.0.1
:7861/knowledge_base/
knowledgeInterface
:
http://1
92.168.0.36
:7861/knowledge_base/
#创建知识库
#创建知识库
create
:
create_knowledge_base
create
:
create_knowledge_base
#获取知识库列表
#获取知识库列表
...
@@ -163,7 +163,7 @@ redis:
...
@@ -163,7 +163,7 @@ redis:
# master-slave:
# master-slave:
# 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。
# 每个节点逗号分隔,第一个为主节点,其余为从节点。同时每个节点前必须以redis://开头。
# address: redis://localhost:6379,redis://localhost:6378,...
# address: redis://localhost:6379,redis://localhost:6378,...
address
:
redis://1
27.0.0.1
:6379
address
:
redis://1
92.168.0.35
:6379
# 链接超时,单位毫秒。
# 链接超时,单位毫秒。
timeout
:
6000
timeout
:
6000
# 单位毫秒。分布式锁的超时检测时长。
# 单位毫秒。分布式锁的超时检测时长。
...
...
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