Add actuator endpoint for finding and deleting sessions

See gh-8342
This commit is contained in:
Vedran Pavic
2016-11-27 23:18:37 +01:00
committed by Stephane Nicoll
parent 714c533509
commit cf151b1717
18 changed files with 615 additions and 19 deletions

View File

@@ -24,6 +24,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>