Git Product home page Git Product logo

ddd-example-cms's Introduction

个人首页

欢迎大家访问我的github,期待与大家的交流。

自我介绍

喜欢玩王者荣耀,常玩的位置是打野、中单、射手,擅长的英雄有貂蝉、不知火舞、小乔、李白、澜、赵云、孙尚香、马可波罗等,欢迎来带我上分。

工作之余会写点东西,目前正在写的书有《悟道领域驱动设计(Thinking in Domain Driven Design)》,希望能用通俗易懂的语言向读者介绍DDD,分享真正的可复制的实战经验,该书目前正在出版中,敬请期待。

联系方式

微信:qinyujieup,加好友时请标注“GitHub”

邮箱:[email protected]

公众号:悟道领域驱动设计

微信二维码:

pi1rmB6.jpg

著作

悟道领域驱动设计(Thinking in Domain Driven Design)

GitHub地址:https://github.com/feiniaojin/Thinking-in-DDD

在线阅读:https://ddd.feiniaojin.com/

技术博客

之前在公众号发表个人技术文章,后在京东内部“神灯”技术社区写稿,其中推送到外网的有:

手把手教你实战 TDD | 京东云技术团队

手把手教你落地 DDD | 京东云技术团队

手把手教你用代码画架构图 | 京东云技术团队

一站式统一返回值封装、异常处理、异常错误码解决方案 — 最强的 Spring Boot 接口优雅响应处理器 | 京东云技术团队

一分钟学会、三分钟上手、五分钟应用,快速上手责任链框架详解 | 京东云技术团队

开源项目

Graceful Response

pie

ddd-archetype

ddd-example-cms

ddd-live

ddd-aigc

ddd-example-cms's People

Contributors

feiniaojin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ddd-example-cms's Issues

pom 中的一些重复引入和错误引入

ddd-archetype中引入了重复的
com.feiniaojin.ddd
ddd-archetype-infrastructure-cache
${project.version}

并且在多个模块中引入了 不存在的
com.feiniaojin
ddd

类型参数java.lang.String不在类型变量E_ID的范围内

我在引入了ddd.jar包之后,在ArticleEntityRepository接口中,提示继承的类中DomainRepository<ArticleEntity, String>中的类型参数java.lang.String不在类型变量E_ID的范围内。具体代码如下:
package com.feiniaojin.dddexample.cms.domain;

import com.feiniaojin.ddd.DomainRepository;

public interface ArticleEntityRepository extends DomainRepository<ArticleEntity, String> {

}

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.