Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
夏齐
/
hzbdcsyn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
cd9747fb
authored
2022-08-29 17:13:29 +0800
by
夏齐
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
首次提交
1 parent
725fdcca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/resources/application-test.yaml
src/main/resources/application.yaml
src/main/resources/application-test.yaml
View file @
cd9747f
...
@@ -80,7 +80,7 @@ minio:
...
@@ -80,7 +80,7 @@ minio:
80
# 密码
80
# 密码
81
secretKey
:
minioadmin
81
secretKey
:
minioadmin
82
# MinIO桶名字
82
# MinIO桶名字
83
bucketName
:
eci
83
bucketName
:
eci
Test
84
swagger2
:
84
swagger2
:
85
enable
:
true
85
enable
:
true
86
86
...
...
src/main/resources/application.yaml
View file @
cd9747f
1
spring
:
1
spring
:
2
profiles
:
2
profiles
:
3
active
:
test
3
active
:
dev
...
...
Please
register
or
sign in
to post a comment