light-framework
轻量级web框架, 主要包含登录验证,权限验证模块, 通用service和dao(基于mybatis),文件上传,xlsx导出等通用功能封装.目的在于让开发者快速搭建一个通用的web restful project.
模块列表
- authorization 登录,权限体系
- common 通用mapper和service 通用的异常处理器
- core 核心模块 包含多数据源,xlsx导出,文件上传,和通用工具类
- logger 日志模块 敬请期待
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.shmin |
| Идентификатор | Идентификаторcommon |
| Последняя версия | Последняя версия2.3.1-RELEASE |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEasy framework for web developer to build restful project.
|
| Имя Файла | Размер |
|---|---|
| common-2.3.1-RELEASE.pom | |
| common-2.3.1-RELEASE.jar | 13 KB |
| common-2.3.1-RELEASE-sources.jar | 7 KB |
| common-2.3.1-RELEASE-javadoc.jar | 102 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.shmin/common/ -->
<dependency>
<groupId>net.shmin</groupId>
<artifactId>common</artifactId>
<version>2.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.shmin/common/
implementation 'net.shmin:common:2.3.1-RELEASE'
// https://jarcasting.com/artifacts/net.shmin/common/
implementation ("net.shmin:common:2.3.1-RELEASE")
'net.shmin:common:jar:2.3.1-RELEASE'
<dependency org="net.shmin" name="common" rev="2.3.1-RELEASE">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.shmin', module='common', version='2.3.1-RELEASE')
)
libraryDependencies += "net.shmin" % "common" % "2.3.1-RELEASE"
[net.shmin/common "2.3.1-RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.shmin : core | jar | 2.3.1-RELEASE |
| org.springframework : spring-web | jar | 4.1.5.RELEASE |
| com.alibaba : druid | jar | 1.0.11 |
| mysql : mysql-connector-java | jar | 5.1.39 |
| org.mybatis : mybatis | jar | 3.3.0 |
| org.mybatis : mybatis-spring | jar | 1.2.3 |
| org.mybatis.generator : mybatis-generator-core Необязательный | jar | 1.3.2 |
| com.github.pagehelper : pagehelper | jar | 4.0.3 |
| tk.mybatis : mapper | jar | 3.3.2 |
| org.springframework : spring-core | jar | 4.1.5.RELEASE |
| org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.apache.httpcomponents : httpmime | jar | 4.5.2 |
| com.alibaba : fastjson | jar | 1.1.41 |
| redis.clients : jedis | jar | 2.9.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.0 |
| org.springframework : spring-aop | jar | 4.1.5.RELEASE |
| org.aspectj : aspectjrt | jar | 1.6.11 |
| org.aspectj : aspectjweaver | jar | 1.6.11 |
| ch.qos.logback : logback-classic | jar | 1.0.13 |
| org.springframework : spring-context-support | jar | 4.1.5.RELEASE |
| com.esotericsoftware : kryo | jar | 3.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 4.1.5.RELEASE |
| junit : junit | jar | 4.12 |
轻量级web框架, 主要包含登录验证,权限验证模块, 通用service和dao(基于mybatis),文件上传,xlsx导出等通用功能封装.目的在于让开发者快速搭建一个通用的web restful project.
| Версия |
|---|
|
2.3.1-RELEASE
|
|
2.3.0-RELEASE
|
|
2.2.3-RELEASE
|
|
2.2.2-RELEASE
|
|
2.2.1-RELEASE
|
|
2.2.0-RELEASE
|
|
2.1.1-RELEASE
|
|
2.1.0-RELEASE
|
|
2.0.0
|