🔻Back-End/Features

❗구글 이메일의 앱 비밀번호 발급 앱 비밀번호라고 떠있지 않은 경우는 위에 있는 2단계 인증부터 해주시면 뜹니다 ❗이메일 등록하기 ❗스프링 프로젝트 설정 //이메일 인증 implementation group: 'org.springframework.boot', name: 'spring-boot-starter-mail', version: '2.6.3' build.gradle에 의존성 추가 --- spring: mail: host: smtp.gmail.com port: 587 username: #앱 비밀번호 발급받은 google 계정 password: #발급받은 앱 비밀번호 properties: mail: smtp: starttls: enable: true auth: true application.yml에 설..
_니지
'🔻Back-End/Features' 카테고리의 글 목록