File tree Expand file tree Collapse file tree 6 files changed +9
-4
lines changed
spring-session-sample-boot-mongodb-reactive/src/main/resources
spring-session-sample-boot-mongodb-traditional/src/main/resources Expand file tree Collapse file tree 6 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
snapshotBuild = version. endsWith(' SNAPSHOT' )
5
5
milestoneBuild = ! (releaseBuild || snapshotBuild)
6
6
7
- springBootVersion = ' 2.5.6 '
7
+ springBootVersion = ' 2.7.0-M3 '
8
8
}
9
9
10
10
repositories {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencyManagement {
9
9
dependency ' javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.2'
10
10
dependency ' javax.servlet.jsp:javax.servlet.jsp-api:2.3.3'
11
11
dependency ' org.apache.taglibs:taglibs-standard-jstlel:1.2.5'
12
- dependency ' org.seleniumhq.selenium:htmlunit-driver:2.52 .0'
12
+ dependency ' org.seleniumhq.selenium:htmlunit-driver:3.56 .0'
13
13
dependency ' org.slf4j:jcl-over-slf4j:1.7.33'
14
14
dependency ' org.slf4j:log4j-over-slf4j:1.7.33'
15
15
dependency ' org.webjars:bootstrap:2.3.2'
Original file line number Diff line number Diff line change 2
2
level :
3
3
org.springframework.data.mongodb : DEBUG
4
4
org.springframework.session : DEBUG
5
+ spring :
6
+ mongodb :
7
+ embedded :
8
+ version : 3.4.3
Original file line number Diff line number Diff line change 1
1
spring.thymeleaf.cache =false
2
2
spring.template.cache =false
3
3
spring.data.mongodb.port =0
4
+ spring.mongodb.embedded.version =3.4.3
Original file line number Diff line number Diff line change 1
- < html xmlns:layout ="https://github.com/ultraq/thymeleaf-layout-dialect " layout:decorator ="layout ">
1
+ < html xmlns:layout ="https://github.com/ultraq/thymeleaf-layout-dialect " layout:decorate ="layout ">
2
2
< head >
3
3
< title > Secured Content</ title >
4
4
</ head >
Original file line number Diff line number Diff line change 3
3
xmlns:th ="https://www.thymeleaf.org "
4
4
xmlns:layout ="https://github.com/ultraq/thymeleaf-layout-dialect ">
5
5
< head >
6
- < title layout:title-pattern ="$DECORATOR_TITLE - $CONTENT_TITLE "> Spring Session Sample</ title >
6
+ < title layout:title-pattern ="$LAYOUT_TITLE - $CONTENT_TITLE "> Spring Session Sample</ title >
7
7
< link rel ="icon " type ="image/x-icon " th:href ="@{/resources/img/favicon.ico} " href ="../static/img/favicon.ico "/>
8
8
< link th:href ="@{/webjars/bootstrap/css/bootstrap.min.css} " href ="/webjars/bootstrap/css/bootstrap.min.css " rel ="stylesheet "> </ link >
9
9
< style type ="text/css ">
You can’t perform that action at this time.
0 commit comments