Add Server endpoints + shoebill
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user