Giter Site home page Giter Site logo

order-email's Introduction

order-email

关注微信公众号:技术可期,查看更多公司项目实战干货
异步多线程+设计模式构建发送订单邮件
注意fork 代码到本地后,修改application.properties 文件里的数据库配置为你本人的,虽然本项目不需要数据库,但是不添加会报错
#项目结构
├─src
│ ├─main
│ │ ├─java
│ │ │ └─com
│ │ │ └─sea
│ │ │ └─order
│ │ │ ├─annotation --自定义注解
│ │ │ ├─common -- 公共工具
│ │ │ ├─components -- 公共组件
│ │ │ ├─config -- 公共配置
│ │ │ ├─controller -- 视图层
│ │ │ ├─dto -- 业务DTO
│ │ │ ├─event -- 事件
│ │ │ │ └─handler -- 事件处理
│ │ │ ├─factory --工厂
│ │ │ ├─service -- 服务
│ │ │ └─strategy 策略
│ │ └─resources
│ │ └─templates -- 邮件模板
│ └─test
│ └─java
│ └─com
│ └─sea
│ └─order
│ └─service -- 单元测试
└─

如有问题请到QQ群交流:958435758
images

order-email's People

Contributors

xianhaigithub avatar

Watchers

 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.