Sign in
guzijian
/
wvp-GB28181-pro
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ce931ab8a4dac3cc39b3b77b262974011eb4237b
Authored by
648540858
2021-11-01 14:05:44 +0800
1 parent
c35932e2
修复默认配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application.yml
src/main/resources/application.yml
View file @
ce931ab
1
1
spring:
2
2
profiles:
3
- active: local
4
3
\ No newline at end of file
4
+ active: dev
5
5
\ No newline at end of file
...
...