목록Code (1)
navis
Java Email 발송
개발환경- IntelliJ Ultimate - Java 17- Spring Boot 3.2.1- Gradle 1. 우선 Google 이메일 계정을 사용하여 발송하기 때문에 Google 계정이 필요하다!- 소개글에서 말했듯 앱 비밀번호 설정이 필요하다. Google 계정관리 -> 보안 * 발급 받은 앱 비밀번호를 필수로 저장 해두자! 추후 사용! 2. 의존성 주입 // Email implementation 'org.springframework.boot:spring-boot-starter-mail' implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect' implementation group: 'commons-io', name..
Code
2024. 2. 14. 12:24