- 
  Notifications
 You must be signed in to change notification settings 
- Fork 48
Home
 lorne edited this page Dec 6, 2024 
 ·
 11 revisions
 
 Welcome to the springboot-framework !
maven install
 <!-- Springboot领域驱动框架 -->
 <dependency>
 <groupId>com.codingapi.springboot</groupId>
 <artifactId>springboot-starter</artifactId>
 <version>${last.version}</version>
 </dependency>
 
 <!-- 快速数据呈现框架 -->
 <dependency>
 <groupId>com.codingapi.springboot</groupId>
 <artifactId>springboot-starter-data-fast</artifactId>
 <version>${last.version}</version>
 </dependency>
 
 <!-- 数据权限框架 -->
 <dependency>
 <groupId>com.codingapi.springboot</groupId>
 <artifactId>springboot-starter-data-authorization</artifactId>
 <version>${last.version}</version>
 </dependency>
 
 <!-- security&jwt权限框架 -->
 <dependency>
 <groupId>com.codingapi.springboot</groupId>
 <artifactId>springboot-starter-security</artifactId>
 <version>${last.version}</version>
 </dependency>
springboot-starter 
springboot-starter-security 
springboot-starter-data-fast 
springboot-starter-data-authorization