SpringBoot發送郵件

1.實用idea 新建一個springboot 項目 2.在項目的maven 依賴中添加如下 依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 3.在application.prop
相關文章
相關標籤/搜索