Application revamp

This commit is contained in:
droideparanoico
2022-10-08 12:27:21 +02:00
parent 45451841ce
commit 6d6a14a061
46 changed files with 205 additions and 946 deletions

View File

@@ -5,7 +5,7 @@ plugins {
id 'jacoco'
}
group = 'com.rviewer.skeletons'
group = 'com.cartchain'
version = '1.0.0'
sourceCompatibility = '17'
@@ -25,9 +25,10 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springdoc:springdoc-openapi-ui:1.6.11'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation 'com.h2database:h2:2.1.212'
testImplementation 'com.h2database:h2:2.1.214'
runtimeOnly 'org.postgresql:postgresql'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'