Giter VIP home page Giter VIP logo

axondemo's Introduction

工程简介

Axon Framework 简单示例
参考Axon核心开发者的示例项目bike-rental-extended
工程结构上采用的是COLA

代码结构

COLA架构图 COLA架构图

  1. axonsimple-infrastructure 基础实施层:数据库的CRUD,RPC,MQ,OSS等外部系统的交互处理以及作为领域防腐的功能
  2. axonsimple-domain 领域层:承载领域服务和领域对象的层次,不依赖其他层,设计上做到领域层自洽
  3. axonsimple-app 应用层:通过领域层将领域服务和领域对象串联起来实现具体的业务处理
  4. axonsimple-client 对外通过SDK(可以作为feign client)
  5. axonsimple-controller 对外提供的http访问接口

涉及技术

  1. 构建工具Maven,后面会转成gradle
  2. JDK1.8
  3. MySql
  4. docker
  5. SpringBoot
  6. AxonFramework
  7. cola 4.0
  8. mongo

启动/测试

test需要单独作为一个模块

延伸阅读

AxonFramework

COLA

axondemo's People

Contributors

agmtopy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.