250x250
Notice
Recent Posts
Recent Comments
Link
Chanho_Park
[Jenkins] UTF-8 에러 본문
728x90
Jenkins 빌드중에 이러한 에러 발생 UTF-8 문제이다.
pom.xml 에 추가해주면 끝
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.2</version>
</plugin>
728x90
'배포 > Error' 카테고리의 다른 글
[SQL] 배포 시에만 데이터 타입 에러(literal does not match format string) (0) | 2022.11.23 |
---|---|
[Database] Oracle Cloud Database 데이터베이스 무료티어 제한 (0) | 2022.11.07 |
[Oracle Cloud] Oracle cloud 와 spring 연동 시 connection reset Error (0) | 2022.11.06 |
[젠킨스] 자동 빌드화를 위한 Github Webhook 404 에러 (0) | 2022.11.06 |
[AWS]EC2 인스턴스가 갑자기 사라졌을 때 (0) | 2022.11.06 |