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
- tibero
- log4j2
- mybatis
- springboot
- BPMN
- Kubernetes
- Git
- database
- LOG4J
- SAP
- docker
- dbeaver
- Java
- MySQL
- Windows
- maven
- NCP
- JavaScript
- gradle
- gson
- sapfiorielements
- nodejs
- JPA
- Spring
- nginx
- Linux
- IntelliJ
- react
- useEffect
- VSCode
Archives
- Today
- Total
목록logback (1)
두 손끝의 창조자
SpringBoot에서 log4j2 사용하기
기본값으로 포함되어 있는 logging 모듈을 제외시킨다. configurations { configureEach { exclude group: 'org.springframework.boot', module: 'spring-boot-starter-logging' } } log4j2 SpringBootStart를 의존성에 추가한다. implementation 'org.springframework.boot:spring-boot-starter-log4j2'
Spring
2023. 7. 14. 23:23