摘要:
阅读全文
该文被密码保护。 阅读全文
摘要:
Map<String,Object> getTotal(String roomNumber) map.put("waterReceivable",waterReceivable); map.put("electricReceivable",electricReceivable); 结果 map{el 阅读全文
摘要:
@Test //发送复杂邮件 void contextLoads2() throws MessagingException { MimeMessage mimeMessage = mailSender.createMimeMessage(); //组装 MimeMessageHelper helpe 阅读全文
摘要:
pom.xml <!--邮件javax.mail--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> M 阅读全文