GithubHelp home page GithubHelp logo

web's Introduction

web

springboot创建父子工程、聚合工程及问题解决

博客地址:http://blog.51cto.com/wyait/2137112

开发工具:IntellJ IDEA 2017

项目名称

wyait父工程【父】:wyait-parent(用于统一依赖版本管理) wyait通用工程【子】:wyait-common(统一保存通用工具类) wyait-web工程【子】:wyait-web(聚合工程)

项目框架简述

wyait-web 项目框架设计简述:

  • wyait-web-pojo:保存pojo和entity实体类;
  • wyait-web-dao:数据访问层,与底层 MySQL进行数据交互(依赖pojo);
  • wyait-web-service:相对具体的业务逻辑服务层(依赖mapper/pojo);
  • wyait-web-controller:对访问控制进行转发,各类基本参数校验,或者不复用的业务简单处理等(依赖service/pojo);
  • wyait-web-webapp:项目启动Application类、配置类、静态资源文件(依赖controller/pojo)。

web's People

Contributors

wyait 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.