pom.xml에 들어가서 log4j를 검색한후 runtime를 주석처리해준다. " target="_blank" rel="noopener">-->
@Setter Autowired cannot be resolved to a type 해결법
·
Java Spring/Tip
위에 import org.springframework.beans.factory.annotation.*; 추가해보자
The matching wildcard is strict, but no declaration can be found for element 'context:component-scan 해결법
·
Java Spring/Tip
xmlns:context="http://www.springframework.org/schema/context" 추가 하고 xsi:schemaLocation에 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd 를 추가한다.