摘要: 注入依赖 jdk17 springboot3 <!-- 发送电子邮件--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dep 阅读全文
posted @ 2024-03-10 18:19 yuey6670 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 版本号 jdk 17 springboot 3 mysql 8.0 maven idea自带 springboot依赖注入pom.xml 命名规范: 官方提供的场景:命名为:spring-boot-starter-* 第三方提供场景:命名为:*-spring-boot-starter 父工程坐标 对 阅读全文
posted @ 2024-03-10 15:25 yuey6670 阅读(25) 评论(0) 推荐(0) 编辑