active4j jsp
1.0.0
Active4j-jsp is a lightweight Java rapid development framework based on SpringBoot 2.0. With Spring Framework as the core container, Spring MVC as the model view controller, Mybatis Plus as the data access layer, Apache Shiro as the permission authorization layer, Redis as the distributed cache, Quartz as the distributed cluster scheduling, JSP as the front-end page engine, and an open source framework that encapsulates components using the JSTL tag library.
| Version | address |
|---|---|
| Front and backend separated version github | https://github.com/yunchaoyun/active4j |
| Front and back end separated version gitee | https://gitee.com/active4j/active4j |
| Boot monolithic version github | https://github.com/yunchaoyun/active4j-boot |
| boot monolithic version gitee | https://gitee.com/active4j/active4j-boot |
| jsp version github | https://github.com/yunchaoyun/active4j-jsp |
| jsp version gitee | https://gitee.com/active4j/active4j-jsp |
| Workflow version github | https://github.com/yunchaoyun/active4j-flow |
| Workflow version gitee | https://gitee.com/active4j/active4j-flow |
| OA office system github | https://github.com/yunchaoyun/active4j-oa |
| OA office system gitee | https://gitee.com/active4j/active4j-oa |
active4j-jsp
• com.active4j.hr.base 基础代码
• com.active4j.hr.common 通用代码
• com.active4j.hr.core (redis、线程池、缓存、shiro、自定义注解等)
• com.active4j.hr.func 系统常用组件功能
- com.active4j.hr.func.upload 上传图片功能组件
• com.active4j.hr.system 系统管理
• JSP + JSTL 前端页面引擎 + 标签库
| technology | illustrate | Official website |
|---|---|---|
| Spring Boot2 | Core framework | https://spring.io/projects/spring-boot/ |
| Spring MVC | View frame | http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc |
| Apache Shiro | Permissions Framework | http://shiro.apache.org/ |
| MyBatis | Persistence layer framework | http://www.mybatis.org/mybatis-3/zh/index.html |
| MyBatis-Plus | MyBatis Enhancement Tool | https://mp.baomidou.com/ |
| Alibaba Druid | Database connection pool | https://github.com/alibaba/druid |
| Redis | Distributed cache database | https://redis.io/ |
| Quartz | Job Scheduling Framework | http://www.quartz-scheduler.org/ |
| ActiveMQ | Message Queue | http://activemq.apache.org/ |
| SLF4J | Log Component | http://www.slf4j.org/ |
| QcloudCOS | Tencent Cloud Storage | https://www.qcloud.com/product/cos |
| Maven | Project construction management | http://maven.apache.org/ |
| swagger2 | Document Generation Tool | https://swagger.io/ |
| Apache Commons | Tools | http://commons.apache.org/ |
| fastjson | JSON parsing library | https://github.com/alibaba/fastjson |
| technology | name | Official website |
|---|---|---|
| jQuery | js library | http://jquery.com/ |
| JSP | Front-end page engine | https://www.runoob.com/jsp/jsp-tutorial.html |
| JSTL | Standard Tag Library | https://www.runoob.com/jsp/jsp-jstl.html |
- 项目主页:介绍项目简介、技术介绍、更新日志等信息
- 系统管理
○ 用户管理:用于管理后台系统的用户,可进行增删改查等操作
○ 部门管理:通过不同的部门来管理和区分用户
○ 菜单管理:维护系统菜单,操作权限,按钮权限
○ 角色管理:维护系统角色信息,以角色为单位分配系统权限
○ 数据字段管理:对系统中经常使用的一些较为固定的数据进行维护,如:是否、男女、类别、级别等
○ 日志管理:系统正常操作日志记录和查询;系统异常信息日志记录和查询
- 常用功能
○ 上传图片:集成图片上传本地或数据库Active4j-jsp uses the MIT License protocol.