All Projects → codingapi → springboot-framework

codingapi / springboot-framework

Licence: Apache-2.0 license
springboot领域驱动开发

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to springboot-framework

Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+194.05%)
Mutual labels:  ddd
tactical-ddd
lightweight helpers that I find myself implementing over and over again related to DDD/Event Sourcing tactical patterns, such as Value Objects, Entities, AggregateRoots, EntityIds etc...
Stars: ✭ 33 (-60.71%)
Mutual labels:  ddd
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-78.57%)
Mutual labels:  ddd
Proophessor Do
prooph components in action
Stars: ✭ 247 (+194.05%)
Mutual labels:  ddd
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+1797.62%)
Mutual labels:  ddd
microservice workshop
Microservices Architecture Workshop focuses on helping the developers / architects to understand the key Architecture paradigms with hands on section. The course helps the developers from Monolithic App mindset to a Microservices based App development. It also helps the developers with hands on development experience with key Microservices infra…
Stars: ✭ 69 (-17.86%)
Mutual labels:  ddd
Adnc
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net Core 3.1构建。
Stars: ✭ 223 (+165.48%)
Mutual labels:  ddd
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+185.71%)
Mutual labels:  ddd
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (-33.33%)
Mutual labels:  ddd
clean-architecture
Package for isolate your domain code from framework dependency using DDD concepts.
Stars: ✭ 93 (+10.71%)
Mutual labels:  ddd
Valueof
Deal with Primitive Obsession - define ValueObjects in a single line (of C#).
Stars: ✭ 246 (+192.86%)
Mutual labels:  ddd
Yoyocmsfree.template
一个免费版本的ABP框架,整合了ng-Zorro。
Stars: ✭ 254 (+202.38%)
Mutual labels:  ddd
kanban core extension
DDD on Rails Example
Stars: ✭ 29 (-65.48%)
Mutual labels:  ddd
Netcorekit
💗 A crafted toolkit for building cloud-native apps on the .NET platform
Stars: ✭ 248 (+195.24%)
Mutual labels:  ddd
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-69.05%)
Mutual labels:  ddd
Ddd
A Domain Driven Design framework for software simplicity in node
Stars: ✭ 244 (+190.48%)
Mutual labels:  ddd
nbb
.Net Building Blocks
Stars: ✭ 98 (+16.67%)
Mutual labels:  ddd
clean architecture typescript example
This repository provides an implementation (or at least an attempt) of Uncle Bob's Clean Architecture with Typescript.
Stars: ✭ 78 (-7.14%)
Mutual labels:  ddd
business
Based on the Domain-Driven-Design approach, the business framework will help you structure and implement your business code cleanly and efficiently.
Stars: ✭ 23 (-72.62%)
Mutual labels:  ddd
Jonty.Blog
🎯Jonty.Blog个人博客项目,底层基于免费开源跨平台的.NET Core 3.1开发,使用 ABP vNext搭建项目框架,支持主流数据库,遵循RESTful接口规范,前端使用Blazor开发。
Stars: ✭ 42 (-50%)
Mutual labels:  ddd

License Maven Central Build Status codecov

springboot-framework | Springboot领域驱动开发

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

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

Project Modules Description | 项目模块介绍

  • springboot-example | 示例项目
  • 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

example

springboot-example

Reference Documentation

For further reference, please consider the following sections:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].