Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- useEffect
- Windows
- springboot
- dbeaver
- Kubernetes
- database
- gradle
- gson
- nginx
- react
- Git
- docker
- Spring
- LOG4J
- tibero
- BPMN
- JavaScript
- IntelliJ
- Java
- VSCode
- JPA
- Linux
- log4j2
- sapfiorielements
- nodejs
- NCP
- maven
- mybatis
- intellijIDEA
- MySQL
Archives
- Today
- Total
두 손끝의 창조자
ms 949 등 빌드시 인코딩 에러가 나면 해결책 본문
발생할 때
error: unmappable character (0xEB) for encoding x-windows-949
compileJava {
options.encoding = "utf-8"
}
compileTestJava {
options.encoding = "utf-8"
}
추가
반응형
Comments