Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 코드 리뷰
- Spring Data REST
- 세미나
- spring-webmvc
- 톰캣
- spring boot tomcat
- ApplicationPidFileWriter
- spring bean
- Spring Data JPA
- tomcat
- batch
- spring boot
- IntelliJ
- Data REST
- spring-mvc
- spring-webmvc #코드읽기
- SuperTypeToken
- spring jpa
- JUnit
- JPA
- Spring Batch
- spring camp
- docker
- static inner class
- spring pid
- REST API
- JPA mapping
- spring batch 코드
- ORM
- Spring
- Today
- 1
- Total
- 916,386
목록spring email 전송 (1)
woniper
이메일 전송
1. 개발환경Spring 4.0.3MavenJavaConfig2. pom.xml org.springframework spring-support 2.0.8 javax.mail mail 1.4.7 3. MailSender 설정(javaConfig)config.xml smtp.gmail.com 25 UTF-8 이메일 주소 이메일 비밀번호 true javaConfig import com.woniper.service.MailService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.mail.MailSender; import org.springframework.mail.SimpleMailMessag..
Spring
2014. 7. 13. 09:36