Spring Boot打包报错Unable to find a single main class from the following candidat...
Spring Boot打包报错Unable to find a single main class from the following candidat...
TransactionUtils类import org.springframework.beans.factory.annotation.Autowire...
邮件多人同时发送引入pom坐标<!--email --> <dependency> <groupId>org....
排除Logback依赖Spring Boot 2.x默认使用Logback日志框架,要使用 Log4j2必须先排除 Logback。<!-- spr...
引入最新的Druid连接池坐标<dependency> <groupId>com.alibaba</groupId&...
第一步:引入依赖引入项目所需要的依赖 <!-- Spring Boot --> <dependency> ...
当项目开发的时候,Controller层项目不需要操作数据库,但是springboot 的@SpringBootApplication注解会自动去初始化数...