springboot定時發送html郵件

一、pom.xml添加郵件依賴 <!--發郵件--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 二、applicatio
相關文章
相關標籤/搜索