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 |
Tags
- springboot
- NCP
- Kubernetes
- gson
- IntelliJ
- JPA
- nodejs
- VSCode
- MySQL
- dbeaver
- gradle
- LOG4J
- maven
- react
- Git
- docker
- useEffect
- log4j2
- JavaScript
- nginx
- BPMN
- Spring
- sapfiorielements
- mybatis
- Linux
- Java
- database
- Windows
- intellijIDEA
- tibero
Archives
- Today
- Total
두 손끝의 창조자
ms 949 등 빌드시 인코딩 에러가 나면 해결책 본문
발생할 때
error: unmappable character (0xEB) for encoding x-windows-949
compileJava {
options.encoding = "utf-8"
}
compileTestJava {
options.encoding = "utf-8"
}
추가
반응형