
1. html - Spring Boot 에서 지원하는 태그 옵션 "text-white" : 글자 색 흰색 "mx-2" : x 축으로 여백 2만큼 "my-2" : y 축으로 여백 2만큼 2. Spring Security 를 사용하여 로그인 여부 판단하기 - 로그인 여부에 따라 사용할 수 있는 옵션 정하기 sec:authorize="isAuthenticated()" // 로그인이 된 경우 sec:authorize="!isAuthenticated()" // 로그인이 되지 않은 경우 // pom.xml에 설정 해줘야 하는 디펜던시 org.thymeleaf.extras thymeleaf-extras-springsecurity5 * 백준 단계별로 풀기 1단계 14문제 (2557, 1000, 1001, 10998, ..