Giter Site home page Giter Site logo

homework's Introduction

homework

部署在阿里云

买家 buyer 密码 reyub 卖家 seller 密码 relles

项目结构说明


src
└── main
    ├── java
    │   └── com
    │       └── netease
    │           └── koala
    │               ├── common      公共类、定义全局配置、数据返回等
    │               ├── controller  控制器
    │               ├── dao         持久化层
    │               ├── model       数据对象
    │               ├── service     服务层接口
    │               │   └── impl    服务接口的实现
    │               └── utils       工具类
    │
    ├── resources                   系统所有的配置文件
    │   ├── context                 非Web相关Spring Bean的定义
    │   ├── dbconfig                数据库配置
    │   └── mybatis-mappers         MyBatis
    │
    │                               // 以上为服务端内容
    └── webapp                      // 以下为前端内容
        ├── asset
        │   ├── css               公共前端文件,包含网站主题、顶栏、侧边栏、公共CSS、IMG
        │   ├── html              各个具体模块的前端内容
        │   ├── images            图片
        │   ├── js                js脚本
        └── doc                   项目文档

开发说明


项目使用 Maven 构建,具体依赖信息定义在 pom.xml 文件中,主要的构成框架为 SpringMyBatis

该项目使用的是html,AJAX异步数据获取,jquery 处理前端是显示

源码阅读说明

  • 由于系统基于Spring MVC,因此所有的后端代码的入口皆为 controller 包下的控制器类
  • 进行源码修改时,只需从页面中找到其数据来源 Controller ,然后按照Controller > Service > DAO 的顺序即可

homework's People

Contributors

onekilogram avatar

Watchers

James Cloos 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.