Skip to content

codingapi/springboot-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d09a24f · Sep 23, 2023
Sep 7, 2022
Sep 7, 2022
Aug 31, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Apr 22, 2023
May 26, 2023
Sep 7, 2022
Sep 7, 2022
Jul 22, 2022
May 23, 2023
Sep 1, 2021
Sep 1, 2021
Sep 1, 2021
Sep 23, 2023

Repository files navigation

License Maven Central Build Status codecov

springboot-framework | Springboot领域驱动开发

当你无意间推开这一扇门,将会感叹原来生活可以如此的美好。

本框架基于springboot为提供领域驱动设计与事件风暴开发落地,提供的范式开源框架。

Project Modules Description | 项目模块介绍

  • springboot-starter | Springboot领域驱动框架
  • springboot-starter-data-fast | 快速数据呈现框架
  • springboot-starter-id-generator | Id自增策略框架
  • springboot-starter-security-jwt | security&jwt权限框架

SpringBoot DDD Architecture | SpringBoot DDD 框架图

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>
    
     <!-- Id自增策略框架 -->
    <dependency>
        <groupId>com.codingapi.springboot</groupId>
        <artifactId>springboot-starter-id-generator</artifactId>
        <version>${last.version}</version>
    </dependency>
    
     <!-- security&jwt权限框架 -->
     <dependency>
        <groupId>com.codingapi.springboot</groupId>
        <artifactId>springboot-starter-security-jwt</artifactId>
        <version>${last.version}</version>
     </dependency>
     

CONTRIBUTING

Welcome to springboot-framework ! This document is a guideline about how to contribute to springboot-framework. If you find something incorrect or missing, please leave comments / suggestions.

CONTRIBUTING

Documentation

https://github.com/codingapi/springboot-framework/wiki

Example

springboot-example

Reference Documentation

For further reference, please consider the following sections: