프로젝트 정보 변경

This commit is contained in:
현성필
2023-09-18 09:44:56 +09:00
parent b3b10f848b
commit 6e579b3c7c
3 changed files with 12 additions and 6 deletions
+7 -1
View File
@@ -15,7 +15,7 @@ war.enabled = true
ext['logback.version'] = '1.2.10' ext['logback.version'] = '1.2.10'
group = 'com.eactive' group = 'com.eactive'
version = '1.0.3' version = '2.0.0'
sourceCompatibility = '1.8' sourceCompatibility = '1.8'
targetCompatibility = 1.8 targetCompatibility = 1.8
@@ -63,6 +63,12 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-test'
} }
bootJar {
archiveFileName = "HTTPSimulator.jar"
}
test { test {
useJUnitPlatform() useJUnitPlatform()
} }
+4 -4
View File
@@ -1,4 +1,4 @@
rm HttpMockServer-1.0.3.jar cp ../build/libs/HttpSimulator.jar ./
cp ../build/libs/HttpMockServer-1.0.3.jar ./ jar uf HttpSimulator.jar BOOT-INF/classes/static/favicon.ico
jar uf HttpMockServer-1.0.3.jar BOOT-INF/classes/static/favicon.ico jar uf HttpSimulator.jar BOOT-INF/classes/static/img/logo.png
tar -cvf simulator.tar ./HttpMockServer-1.0.3.jar tar -cvf simulator.tar ./HttpSimulator.jar
+1 -1
View File
@@ -1 +1 @@
rootProject.name = 'HttpMockServer' rootProject.name = 'HTTPSimulator'