Server/Spring
[Spring boot] import 안되는 소스가 있을때
kmhan
2021. 7. 21. 20:49
728x90
반응형
외부에서 가져온 소스의 import가 안되는 현상이 있었다.
내 경우에는 'import org.springframework.security.config ...' 관련해서 에러가 나는 것이었다.
해결방법은 Maven Repository에서 소스를 pom.xml에 갖다붙여 Maven > Update Project를 하니까 되었다.
Maven Repository > security.config 주소 : https://mvnrepository.com/artifact/org.springframework.security/spring-security-config/5.5.1
728x90
반응형