mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 22:37:40 +08:00
Disable Spring Session with Spring Boot 2+
See gh-455
This commit is contained in:
@@ -187,7 +187,7 @@ initializr:
|
|||||||
groupId: org.springframework.session
|
groupId: org.springframework.session
|
||||||
artifactId: spring-session
|
artifactId: spring-session
|
||||||
description: API and implementations for managing a user’s session information
|
description: API and implementations for managing a user’s session information
|
||||||
versionRange: 1.3.0.M2
|
versionRange: "[1.3.0.M2,2.0.0.M2]"
|
||||||
starter: false
|
starter: false
|
||||||
- name: Retry
|
- name: Retry
|
||||||
id: retry
|
id: retry
|
||||||
|
|||||||
Reference in New Issue
Block a user