Skip to content

Commit e90fdae

Browse files
committed
Upgrade samples to Spring Boot 2.5.7
Closes gh-1986
1 parent e6e1049 commit e90fdae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
snapshotBuild = version.endsWith('SNAPSHOT')
55
milestoneBuild = !(releaseBuild || snapshotBuild)
66

7-
springBootVersion = '2.4.7'
7+
springBootVersion = '2.5.7'
88
}
99

1010
repositories {
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#server.servlet.session.timeout=1m
22
spring.h2.console.enabled=true
3+
spring.jpa.defer-datasource-initialization=true

0 commit comments

Comments
 (0)