active4j jsp
1.0.0
Active4J-JSP ist ein leichtes Java-Rapid-Entwicklungsrahmen, das auf Springboot 2.0 basiert. Mit Spring Framework als Kerncontainer, Spring MVC als Modellansicht Controller, MyBatis Plus als Datenzugriffsschicht, Apache Shiro als Berechtigungsautorisierungsschicht, redis als verteiltes Cache, Quartz als verteilte Cluster-Scheduling, JSP als Front-End-Seitenmotor und als Open Source-Framework, die Komponenten der JSTL-Tag-Bibliothek entpackt.
| Version | Adresse |
|---|---|
| Vorder- und Backend getrennte Version GitHub | https://github.com/yunchaoyun/active4j |
| Front- und Backend getrennte Version Gitee | https://gitee.com/active4j/active4j |
| Startmonolithische Version GitHub | https://github.com/yunchaoyun/active4j-boot |
| Startmonolithische 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 前端页面引擎 + 标签库
| Technologie | veranschaulichen | Offizielle Website |
|---|---|---|
| Spring Boot2 | Kerngerüst | https://spring.io/projects/spring-boot/ |
| Frühlings -MVC | Rahmen anzeigen | http://docs.spring.io/spring/docs/current/spring-framework-reference/htmlsingle/#mvc |
| Apache Shiro | Berechtigungsrahmen | http://shiro.apache.org/ |
| Mybatis | Persistenzschicht -Framework | http://www.mybatis.org/mybatis-3/zh/index.html |
| Mybatis-plus | MyBatis Enhancement Tool | https://mp.baomidou.com/ |
| Alibaba Druid | Datenbankverbindungspool | https://github.com/alibaba/druid |
| Redis | Verteilte Cache -Datenbank | https://redis.io/ |
| Quarz | Stellenplanungsrahmen | http://www.quartzeduler.org/ |
| Activemq | Meldungswarteschlange | http://activemq.apache.org/ |
| Slf4j | Protokollkomponente | http://www.slf4j.org/ |
| Qcloudcos | Tencent Cloud -Speicher | https://www.qcloud.com/product/cos |
| Maven | Projektbaumanagement | http://maven.apache.org/ |
| Swagger2 | Tool für Dokumentgenerierung | https://swagger.io/ |
| Apache Commons | Werkzeuge | http://commons.apache.org/ |
| Fastjson | JSON Parsing Library | https://github.com/alibaba/fastjson |
| Technologie | Name | Offizielle Website |
|---|---|---|
| JQuery | JS -Bibliothek | http://jquery.com/ |
| JSP | Front-End-Seitenmotor | https://www.runoob.com/jsp/jsp-tutorial.html |
| JSTL | Standard -Tag -Bibliothek | https://www.runoob.com/jsp/jsp-jstl.html |
- 项目主页:介绍项目简介、技术介绍、更新日志等信息
- 系统管理
○ 用户管理:用于管理后台系统的用户,可进行增删改查等操作
○ 部门管理:通过不同的部门来管理和区分用户
○ 菜单管理:维护系统菜单,操作权限,按钮权限
○ 角色管理:维护系统角色信息,以角色为单位分配系统权限
○ 数据字段管理:对系统中经常使用的一些较为固定的数据进行维护,如:是否、男女、类别、级别等
○ 日志管理:系统正常操作日志记录和查询;系统异常信息日志记录和查询
- 常用功能
○ 上传图片:集成图片上传本地或数据库Active4J-JSP verwendet das MIT-Lizenzprotokoll.