File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >org.springframework.boot</groupId >
3535 <artifactId >spring-boot-dependencies</artifactId >
36- <version >2.5.5 </version >
36+ <version >2.7.7 </version >
3737 <type >pom</type >
3838 <scope >import</scope >
3939 </dependency >
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ owlplugcentral.url=https://central.owlplug.com
88owlplug.hub.url = http://hub.owlplug.com
99owlplug.hub.updateDownloadUrl = https://github.com/DropSnorz/OwlPlug/releases
1010
11+ # Spring circular references should be avoided
12+ # Most circular references are on the UI layer managed by the spring container.
13+ spring.main.allow-circular-references =true
14+
1115# H2
1216spring.h2.console.enabled =true
1317spring.h2.console.path =/h2
You can’t perform that action at this time.
0 commit comments