[에러 해결]NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined
리트리버J
·2023. 11. 24. 14:21
728x90
1. <dependency> 추가하기
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>${spring.maven.artifact.version}</version>
</dependency>
2. 상단바 Project > Clean
프로젝트를 수정했다면 꼭 Proejct Clean을 하자....
728x90
'Programming > Web' 카테고리의 다른 글
[에러 해결] Failed to transfer http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.4/maven-war-plugin-2.4.jar. Error code 501, HTTPS Required (1) | 2023.11.24 |
---|---|
[Java/Javascirpt] Uint8Array to PDF file 변환하기 (front to Back File io) (0) | 2022.05.09 |
jsp 게시판 페이징 처리 (0) | 2021.04.26 |
Apache + Tomcat + Eclipse 분리해서 연동하기 (0) | 2021.04.16 |
[Web] do Get / do Post의 차이 (0) | 2020.12.22 |