Hocube

Spring에서는 비밀번호 암호화를 위해 제공하는 라이브러리가 있다. Spring Boot에서 Spring Security를 이용해 비밀번호 암호화를 하려면,‘spring-boot-starter-security’ 라이브러리를 추가하면 된다. 1. ‘spring-boot-starter-security’ dependency 복사 https://mvnrepository.com/에서 ‘spring-boot-starter-security’를 검색한다.본인의 Spring Boot 버전과 일치하는 버전을 선택한 후 dependency 복사한다. 2. pom.xml에 추가. org.springframework.boot spring-boot-starter-security 3.1.12 3. PasswordEncode..
공부기록
2024. 7. 7. 16:12