Add Server endpoints + shoebill

This commit is contained in:
2026-04-19 19:25:27 -04:00
parent b99a6c50b0
commit d5173e162f
27 changed files with 263 additions and 48 deletions

View File

@@ -4,9 +4,9 @@ plugins {
id 'io.spring.dependency-management' version '1.1.7'
}
group = 'net.kpuig.concord'
group = 'net.kpuig.shoebill'
version = '0.0.1-SNAPSHOT'
description = 'Concord REST Server'
description = 'Shoebill REST Server'
java {
toolchain {
@@ -30,6 +30,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-webmvc'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-h2console'
implementation 'org.springframework.boot:spring-boot-autoconfigure-processor'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.3'
//implementation 'org.springframework.boot:spring-boot-starter-security'
//implementation 'org.springframework.boot:spring-boot-starter-security-oauth2-resource-server'