|
@@ -47,7 +47,8 @@ dependencies {
|
|
|
implementation "org.springframework.boot:spring-boot-starter-thymeleaf"
|
|
|
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
|
|
implementation "org.springframework.boot:spring-boot-starter-jdbc"
|
|
|
- //implementation "org.springframework.boot:spring-boot-starter-security"
|
|
|
+ implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
|
|
+ // implementation "org.springframework.boot:spring-boot-starter-security"
|
|
|
// implementation "org.springframework.boot:spring-boot-starter-websocket"
|
|
|
// implementation "org.springframework.boot:spring-boot-starter-activemq"
|
|
|
implementation "org.springframework.boot:spring-boot-starter-mail"
|