Add actuator to method security sample
This commit is contained in:
@@ -13,6 +13,11 @@
|
||||
<main.basedir>${basedir}/../..</main.basedir>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
spring.thymeleaf.cache: false
|
||||
debug: true
|
||||
|
||||
Reference in New Issue
Block a user