Application revamp
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user