DOC

com.github.alexmao86 : jweb-common

Maven & Gradle

Jun 16, 2019
1 usages

jweb-common · 本项目主要弥补在使用mybatis3+springmvc+jquery easyui快速搭建web应用系统是遇到的框架不足. 主要工作包括: 1,扩展了ApplicationContextAware,通过单例注入spring容器,提供spring容器外的bean获取方法 2,扩展了apache shiro框架,统一了安全结构 3,扩展了mybatis3拦截器,在两个拦截器中自动完成分页注入,实现内存分页。 4,分页设计数据库方言 5,提供了一个easyuigrid的模型 6,提供了java泛型的jstl 7, xml工具包等一些小工具

Table Of Contents

Latest Version

Download com.github.alexmao86 : jweb-common Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.alexmao86 : jweb-common Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file jweb-common-1.1.10-javadoc.jar to jweb-common-1.1.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jweb-common-1.1.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jweb-common-1.1.10-sources.jar" -d "jweb-common-1.1.10-javadoc" -subpackages