Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
deprecated-tabulator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
deprecated-tabulator
Commits
2a240963
Commit
2a240963
authored
May 31, 2022
by
月兔回旋于空中
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
结构 >> 配置文件环境变量命名
parent
3972e891
Pipeline
#13329
passed with stages
in 10 minutes and 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
src/main/resources/application.yml
src/main/resources/application.yml
+7
-10
No files found.
src/main/resources/application.yml
View file @
2a240963
...
...
@@ -9,22 +9,19 @@ server:
charset
:
UTF-8
spring
:
mvc
:
pathmatch
:
matching-strategy
:
ant-path-matcher
application
:
name
:
springfox-swagger
datasource
:
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://${
IS_MYSQL_HOST:localhost}:${IS_MYSQL_PORT:3307}/${IS
_MYSQL_DATABASE:ygo_table}?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username
:
${
IS
_MYSQL_USERNAME:root}
password
:
${
IS
_MYSQL_USERPASS:spica...}
url
:
jdbc:mysql://${
Y_MYSQL_HOST:localhost}:${Y_MYSQL_PORT:3307}/${Y
_MYSQL_DATABASE:ygo_table}?useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username
:
${
Y
_MYSQL_USERNAME:root}
password
:
${
Y
_MYSQL_USERPASS:spica...}
redis
:
host
:
${
IS
_REDIS_HOST:192.168.1.13}
port
:
${
IS
_REDIS_PORT:6379}
database
:
${
IS
_REDIS_DATABASE:1}
# password: ${
IS
_REDIS_PASS:null}
host
:
${
Y
_REDIS_HOST:192.168.1.13}
port
:
${
Y
_REDIS_PORT:6379}
database
:
${
Y
_REDIS_DATABASE:1}
# password: ${
Y
_REDIS_PASS:null}
timeout
:
5000
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