2020년 11월 2일 월요일

Spring Boot 사용 시 Login 페이지가 계속 뜬다면,

Security Check를 하도록 설정된 것으로 pom.xml 파일 내 다음이 있는지 체크하여 제거할 것!

    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-security</artifactId>
    </dependency>



저작자: Yes, 상업적 이용: No, 컨텐츠 변경: No