일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Java
- Next.js 14
- jpa entity자동
- java9
- 도커
- MySQL
- header setting
- docker 설치
- NextJS
- memcached
- 헤더 설정
- generate pojos
- dto valid
- swagger
- spring boot
- custom valid
- React
- java8
- JavaScript
- ollama langflow
- docker
- spring
- JPA
- jvm
- 초기 세팅
- CentOS6
- 초기 구축
- SpringBoot
- 리눅스
- generate entity
Archives
- Today
- Total
목록첨부파일명 깨짐 (1)
개발자의 길
[springboot] java mail 보내기
MailSender 인터페이스를 상속받은 JavaMailSender를 이용하는 이메일 전송 시스템 build.gradle 디펜던시 추가 implementation 'org.springframework.boot:spring-boot-starter-mail' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vin..
4. JAVA
2023. 5. 24. 16:11