Framework Spring Boot Starter
Framework Spring Boot Starter 用于帮助你在Spring Boot项目中轻松集成framework。
如何使用?
-
在 Spring Boot 项目中加入
framework-spring-boot-starter
依赖Maven
<dependency> <groupId>com.github.fartherp.spring.boot</groupId> <artifactId>framework-spring-boot-starter</artifactId> <version>3.0.6</version> </dependency>
Gradle
compile 'com.github.fartherp.spring.boot:framework-spring-boot-starter:3.0.6'