본문 바로가기
공부/Spring Security

[Security] 환경설정

by yeaseul912 2022. 3. 9.
728x90

1. Security Project 생성

 

2. application.yml 설정

 

3. index page 만들기

 controller

 config-> html 을 인식하도록 설정 

 

에러

Execution default-resources of goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources failed

해결방법

pom.xml에 아래 플러그인 설치.

<dependency> 
    <groupId>org.apache.maven.plugins</groupId> 
    <artifactId>maven-resources-plugin</artifactId> 
    <version>3.2.0</version> 
</dependency>
반응형

'공부 > Spring Security' 카테고리의 다른 글

[Security] JWT생성과 로그인, 권한 관리  (0) 2022.06.28
[Security] JWT를 위한 Security 설정  (0) 2022.06.28
[Security] 전체적으로  (0) 2022.04.22

댓글