| | plugins { |
---|
| | id 'org.springframework.boot' version '2.6.7' |
---|
| | id 'io.spring.dependency-management' version '1.0.11.RELEASE' |
---|
| | id 'java' |
---|
| | id 'war' |
---|
| | } |
---|
| | |
---|
| | group = 'com.ntlab' |
---|
| | version = '0.0.1-SNAPSHOT' |
---|
| |
---|
| | } |
---|
| | |
---|
| | dependencies { |
---|
| | implementation 'org.springframework.boot:spring-boot-starter-jersey' |
---|
| | implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.4' |
---|
| | implementation 'org.springframework.boot:spring-boot-starter-web' |
---|
| | providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' |
---|
| | testImplementation 'org.springframework.boot:spring-boot-starter-test' |
---|
| | } |
---|
| | |
---|
| | tasks.named('test') { |
---|
| | |
マージお願いします。
リソースにアクセスできなかったのを修正。
0311d90
intomaster
fromapplication_setting
on 17 May 2022