Sign in
胡翰林
/
ash
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
bee85c66ed109bd7755eee62749523eacaaf23ad
Authored by
胡翰林
2025-07-30 15:45:03 +0800
1 parent
a08d1f32
生产环境配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/application.yml
src/main/resources/application.yml
View file @
bee85c6
...
...
@@ -5,6 +5,7 @@ spring:
5
5
name
:
ash
6
6
main
:
7
7
allow-bean-definition-overriding
:
true
8
+
allow-circular-references
:
true
8
9
profiles
:
9
10
active
:
default
10
11
datasource
:
...
...