| License | License | 
|---|---|
| GroupId | GroupIdcom.github.alexmao86 | 
| ArtifactId | ArtifactIdjweb-common | 
| Last Version | Last Version1.1.10 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjweb-common 本项目主要弥补在使用mybatis3+springmvc+jquery easyui快速搭建web应用系统是遇到的框架不足.
		主要工作包括:
		1,扩展了ApplicationContextAware,通过单例注入spring容器,提供spring容器外的bean获取方法
		2,扩展了apache shiro框架,统一了安全结构
		3,扩展了mybatis3拦截器,在两个拦截器中自动完成分页注入,实现内存分页。
		4,分页设计数据库方言
		5,提供了一个easyuigrid的模型
		6,提供了java泛型的jstl
		7, xml工具包等一些小工具 | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| jweb-common-1.1.10.pom | |
| jweb-common-1.1.10.jar | 92 KB | 
| jweb-common-1.1.10-sources.jar | 64 KB | 
| jweb-common-1.1.10-javadoc.jar | 339 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/ -->
<dependency>
    <groupId>com.github.alexmao86</groupId>
    <artifactId>jweb-common</artifactId>
    <version>1.1.10</version>
</dependency>// https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/
implementation 'com.github.alexmao86:jweb-common:1.1.10'// https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/
implementation ("com.github.alexmao86:jweb-common:1.1.10")'com.github.alexmao86:jweb-common:jar:1.1.10'<dependency org="com.github.alexmao86" name="jweb-common" rev="1.1.10">
  <artifact name="jweb-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.alexmao86', module='jweb-common', version='1.1.10')
)libraryDependencies += "com.github.alexmao86" % "jweb-common" % "1.1.10"[com.github.alexmao86/jweb-common "1.1.10"]| Group / Artifact | Type | Version | 
|---|---|---|
| log4j : log4j | jar | 1.2.17 | 
| com.google.code.gson : gson | jar | 2.2.1 | 
| org.apache.shiro : shiro-core | jar | 1.2.3 | 
| org.mybatis : mybatis | jar | 3.4.6 | 
| org.springframework : spring-beans | jar | 3.1.2.RELEASE | 
| org.springframework : spring-context | jar | 3.1.2.RELEASE | 
| org.mybatis : mybatis-spring | jar | 1.3.1 | 
| org.freemarker : freemarker | jar | 2.3.23 | 
| org.reflections : reflections | jar | 0.9.10 | 
| commons-io : commons-io | jar | 2.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.0.1 | 
| javax.faces : jsf-api | jar | 2.1 | 
| javax.servlet.jsp : jsp-api | jar | 2.1 |