added spring-security
This commit is contained in:
@@ -10,6 +10,9 @@ spring:
|
||||
data:
|
||||
rest:
|
||||
base-path: /api/v1
|
||||
security:
|
||||
user:
|
||||
password: user
|
||||
|
||||
logging:
|
||||
level:
|
||||
|
||||
@@ -19,6 +19,7 @@ dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-security'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.springframework.data/spring-data-rest-core
|
||||
implementation group: 'org.springframework.data', name: 'spring-data-rest-core', version: '3.7.0'
|
||||
|
||||
Reference in New Issue
Block a user