SpringBoot 基础库依赖,封装 SpringBoot Application 启动抽象类,封装 SpringBoot Banner 抽象类。
<dependency>
<groupId>com.buession.springboot</groupId>
<artifactId>buession-springboot-boot</artifactId>
<version>x.x.x</version>
</dependency>
该模块引用了 spring-boot
、spring-boot-autoconfigure
、spring-boot-starter-validation
、spring-boot-starter-log4j2
等等 spring boot 的基础包。
该模块定义了 SpringBootApplication 的接口,简化了您的 SpringBootApplication 启动类的创建(更多的使用方式,将在buession-springboot-web和buession-springboot-cli讲解)。该模块还将自动自动配置 MessagePropertyBeanPostProcessor
。