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
- mybatis
- Spring Boot
- maven
- 스프링 스케줄러
- 프로그래머스
- 코딩테스트
- 스프링 메일
- Collections
- thymeleaf
- pom.xml
- 스프링
- springboot
- Spring Mail
- C++
- 스프링 부트
- vuejs #vue #js #프론트엔드 #nodejs #클라이언트사이드 #템플릿엔진
- java
- pair
- 프로젝트 구조
- Dependency
- @Scheduled
- HashMap
- Arrays
- list
- spring scheduler
- 의존성관리
- codility
- 스프링부트
- GOF
Archives
- Today
- Total
목록gmail (1)
Rooted In Develop

Spring Boot 2.x 기준 Mail Send Client를 간단히 소개해봅니다. 기 프로젝트에 적용하실 분들은 1-2로, 신규 프로젝트로 진행하실 분들은 1-1로 봐주시면 되겠습니다.1-1. 프로젝트 생성 1-2. Maven dependency(pom.xml) 설정 org.springframework.boot spring-boot-starter-mail org.springframework.boot spring-boot-starter-thymeleaf 2. 프로젝트 구조 3. src/main/resources/application.properties 설정## thymeleaf default settingsspring.thymeleaf.prefix=classpath:/templates/spri..
Back End/Spring Boot
2019. 8. 19. 22:54