Giter Club home page Giter Club logo

springmvc's Introduction

springmvc 介绍

它是一个典型的MVC三层框架示例工程,快速简单的上手。

涉及技术组件

  • SpringMVC
  • MyBaits
  • Apache Shiro
  • Bootstrap3
  • Sitemesh3
  • Activiti
  • log4j2;

集成示例

  • 用户登录
  • 文件上传下载
  • 文件压缩
  • Excel导入
  • JQuery联想搜索
  • Activiti工作流

如何跑起来?

  1. 初始化数据库以MySQL为例
    a. 创建数据库demo
    b. 创建activiti相关表,执行ddl/activiti/mysql目录下所有SQL脚本
    c. 创建用户相关的基础表,执行ddl/mysl/ddl.sql脚本
    d. 导入测试数据,执行ddl/mysl/init.sql脚本
    e. 初始化一份测试用户数据,运行cn.springmvc.mybatis.init.InitServiceTest.testInit()方法

  2. 启动工程,访问: http://ip:port/

用户体系授权?

用户组织权限相关表关系很简历,表之间的关联关系,可以看cn.springmvc.mybatis.init.InitServiceTest.testInit()方法执行的步骤,这块就没有单独写页面来操作了

GitHub issues

springmvc's People

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.