Add actuator to method security sample
This commit is contained in:
parent
9504f6e5a9
commit
8ff9e67714
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue