摘要:
####SpringBoot整合邮件发送功能 引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> < 阅读全文
摘要:
####一、整合websocket <!-- 引入websocket依赖 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactI 阅读全文