GithubHelp home page GithubHelp logo

pisaandela / ssm-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from superleeyom/ssm-demo

0.0 0.0 0.0 73 KB

:zap:利用 maven 来构建一个多模块基于 SpringMVC + Spring + MyBatis 三大框架的脚手架,为 Java 初学者了解多模块的 maven 工程做个参考

Java 100.00%

ssm-demo's Introduction

  LICENSE  

项目结构

项目目录

ssm-demo
├── ssm-common -- 公共模块,主要存放一些工具类
|    ├── src
|    ├── pom.xml -- 打包方式:jar
├── ssm-dao -- 存放mybatis相关的mapper接口
|    ├── src
|    ├── pom.xml -- 打包方式:jar
├── ssm-pojo -- 存放实体类
|    ├── src
|    ├── pom.xml -- 打包方式:jar
├── ssm-service -- 存放业务逻辑类
|    ├── src
|    ├── pom.xml -- 打包方式:jar
├── ssm-web -- 存放前台页面,客户端交互相关的controller
|    ├── src
|    ├── pom.xml -- 打包方式:war
├── pom.xml --打包方式为pom,一些公用的依赖

模块依赖关系

20180211151831567174772.png

过程

更具体的内容可以参考我博客文章:《Maven的多模块 Spring MVC + Spring + Mybatis 项目的搭建》,这里就不详述了。

ssm-demo's People

Contributors

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