mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +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
|
||||
artifactId: spring-session
|
||||
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
|
||||
- name: Retry
|
||||
id: retry
|
||||
|
||||
Reference in New Issue
Block a user