인코딩 UTF-8로 수정
This commit is contained in:
+4
-1
@@ -5,6 +5,9 @@ plugins {
|
||||
id 'war'
|
||||
}
|
||||
|
||||
bootJar.enabled = true
|
||||
jar.enabled = false
|
||||
|
||||
// WAS, 톰캣에 배포 시 BOOT 실행 요소 제거 배포
|
||||
bootWar.enabled = false
|
||||
war.enabled = true
|
||||
@@ -14,7 +17,7 @@ group = 'com.eactive'
|
||||
version = '1.0.1'
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
compileJava.options.encoding = 'MS949'
|
||||
compileJava.options.encoding = 'UTF-8'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user