swagger 추가
This commit is contained in:
@@ -2,8 +2,13 @@ plugins {
|
||||
id 'org.springframework.boot' version '2.4.4'
|
||||
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
|
||||
id 'java'
|
||||
id 'war'
|
||||
}
|
||||
|
||||
// WAS, 톰캣에 배포 시 BOOT 실행 요소 제거 배포
|
||||
bootWar.enabled = false
|
||||
war.enabled = true
|
||||
|
||||
ext['logback.version'] = '1.2.10'
|
||||
group = 'com.eactive'
|
||||
version = '1.0.1'
|
||||
@@ -24,6 +29,8 @@ dependencies {
|
||||
// implementation 'com.github.darrachequesne:spring-data-jpa-datatables:5.1.0'
|
||||
// implementation 'com.google.jimfs:jimfs:1.2'
|
||||
|
||||
implementation 'io.springfox:springfox-boot-starter:3.0.0'
|
||||
|
||||
implementation 'org.apache.commons:commons-lang3:3.10'
|
||||
implementation 'commons-io:commons-io:2.6'
|
||||
implementation 'com.jayway.jsonpath:json-path:2.4.0'
|
||||
|
||||
Reference in New Issue
Block a user