We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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