added spring-security

This commit is contained in:
2022-06-17 14:10:42 +02:00
parent e969c32f83
commit 6241222af6
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ spring:
data:
rest:
base-path: /api/v1
security:
user:
password: user
logging:
level:

View File

@@ -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'