Upgrade samples to Spring Boot 2.5.7
Closes gh-1986
This commit is contained in:
@@ -4,7 +4,7 @@ buildscript {
|
||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
milestoneBuild = !(releaseBuild || snapshotBuild)
|
||||
|
||||
springBootVersion = '2.4.7'
|
||||
springBootVersion = '2.5.7'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#server.servlet.session.timeout=1m
|
||||
spring.h2.console.enabled=true
|
||||
spring.jpa.defer-datasource-initialization=true
|
||||
|
||||
Reference in New Issue
Block a user