Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
朱海
/
VVAS-PicGroup
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 111a1b0f
authored
Feb 27, 2026
by
wangxinzhe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改配置文件中数据库的配置
1 parent
9d5ebfc0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
build/config/application-pro.properties.template
build/config/application-pro.properties.template
View file @
111a1b0
...
@@ -2,8 +2,8 @@ debug=false
...
@@ -2,8 +2,8 @@ debug=false
server.max-http-header-size=102400
server.max-http-header-size=102400
################################## DATABASE ########################################
################################## DATABASE ########################################
spring.datasource.url=jdbc:${_SPUG_DATASOURCE_NAME}://${_SPUG_DATASOURCE_SECOND_IP}/${_SPUG_DATASOURCE_DATABASE}
spring.datasource.url=jdbc:${_SPUG_DATASOURCE_NAME}://${_SPUG_DATASOURCE_SECOND_IP}/${_SPUG_DATASOURCE_DATABASE}
spring.datasource.username=${_SPUG_DATASOURCE_
SECOND_
USERNAME}
spring.datasource.username=${_SPUG_DATASOURCE_USERNAME}
spring.datasource.password=${_SPUG_DATASOURCE_
SECOND_
PASSWORD}
spring.datasource.password=${_SPUG_DATASOURCE_PASSWORD}
spring.datasource.driver-class-name=${_SPUG_DATASOURCE_CLASSNAME}
spring.datasource.driver-class-name=${_SPUG_DATASOURCE_CLASSNAME}
server.port=${SERVICE_SERVER_PORT}
server.port=${SERVICE_SERVER_PORT}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment