Coder Social home page Coder Social logo

kangyuanjia / ssm-3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingnowpls/ssm

0.0 1.0 0.0 2.88 MB

Bootstrap Thymeleaf SpringMVC Spring MyBatis Shiro Activiti Redis Hessian

License: Apache License 2.0

Batchfile 0.02% Java 6.56% HTML 2.94% CSS 5.47% JavaScript 85.00% FreeMarker 0.01%

ssm-3's Introduction

ssm

  • 项目基于 Hessian 框架来构建分布式服务,前端基于 Thymeleaf 模板技术以取代JSP,并采用了 Bootstrap 框架,后端采用了 SpringMVCSpringMyBatisShiroRedisActiviti 等技术;
  • 项目已实现了权限管理、工作流管理等部分功能;
  • 项目实现了通用的服务端参数合法性校验功能。

服务端参数校验示例

public interface UserService {
    
    String BEAN_NAME = "userService";

    int add(@NotNull @Validated({Groups.Add.class}) User user);

    int add(@Size(min = 1) @Validated({Groups.Add.class}) Collection<User> users);

    int update(@NotNull @Validated({Groups.Update.class}) User user);

    int delete(@NotNull Long id);

    int delete(@Size(min = 1) Long[] ids);

    User getUserById(@NotNull Long id);
    
} 

ssm-3's People

Contributors

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