added basic spring boot security

This commit is contained in:
Jottyfan
2023-12-17 20:56:56 +01:00
parent 0999d41d64
commit 6fdd4a57e0
7 changed files with 45 additions and 16 deletions

View File

@ -8,7 +8,7 @@ plugins {
}
group = 'de.jottyfan.bico'
version = '0.0.4'
version = '0.0.5'
description = """BibleClassOrganizer"""
@ -46,8 +46,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:latest.release'
implementation 'org.springframework.security:spring-security-oauth2-client'
implementation 'org.webjars:bootstrap:5.3.1'
implementation 'org.webjars.npm:bootstrap-icons:1.10.5'