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 b8f4ccd7
authored
Feb 27, 2026
by
wangxinzhe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改配置文件中数据库的配置
1 parent
8650b8e7
Show 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 @
b8f4ccd
...
...
@@ -2,8 +2,8 @@ debug=false
server.max-http-header-size=102400
################################## DATABASE ########################################
spring.datasource.url=jdbc:${_SPUG_DATASOURCE_NAME}://${_SPUG_DATASOURCE_IP}/${_SPUG_DATASOURCE_DATABASE}
spring.datasource.username=${_SPUG_DATASOURCE_USERNAME}
spring.datasource.password=${_SPUG_DATASOURCE_PASSWORD}
spring.datasource.username=${_SPUG_DATASOURCE_
PLAINTEXT_
USERNAME}
spring.datasource.password=${_SPUG_DATASOURCE_P
LAINTEXT_P
ASSWORD}
spring.datasource.driver-class-name=${_SPUG_DATASOURCE_CLASSNAME}
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