250x250
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
- 코드 이해하기
- SQL
- 타입 오류
- java
- REACT
- 헬생아
- 값 가져오기
- SpringBoot
- jstl
- 쿼리 오류
- jsp
- 웹 퍼블리싱
- 그딴건없었다
- nvl함수
- 깃허브
- 자바
- react-three-fiber
- 코드 시각화
- C언어
- 렌파이
- CSS
- 로그인 기능
- 1인개발
- MySQL
- 코드 가시화
- 문서객체모델
- Python
- 전처리도구
- spring
- 자바스크립트
Archives
- Today
- Total
This is it. it's IT.
logger cannot be resolved to a type 본문
728x90
반응형
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.15</version>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
</exclusions>
<!-- <scope>runtime</scope> -->
</dependency>
pom.xml 에 있는 <scope>runtime</scope>를 주석처리하면 인식이 정상적으로 되게 된다...
728x90
'Errors' 카테고리의 다른 글
There is no READABLE property named 'XXXX' class 'java.lang.String' (0) | 2022.03.11 |
---|---|
Column '...' in where clause is ambiguous (0) | 2021.11.15 |
'x' is not a function (0) | 2021.10.22 |
Could not delete ........ May be locked by another process. (0) | 2021.10.21 |
jstl이 갑자기 인식이 안될 때 ㄷㄷ (0) | 2021.10.20 |
Comments