Plugin-Spring-1.0.3

SpringPlugin

License

License

GroupId

GroupId

com.github.link-kou
ArtifactId

ArtifactId

spring
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Plugin-Spring-1.0.3
SpringPlugin
Project URL

Project URL

https://github.com/Link-Kou/Plugin-Spring
Project Organization

Project Organization

Link-Kou
Source Code Management

Source Code Management

https://github.com/Link-Kou/Plugin-Spring

Download spring

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.link-kou/spring/ -->
<dependency>
    <groupId>com.github.link-kou</groupId>
    <artifactId>spring</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.link-kou/spring/
implementation 'com.github.link-kou:spring:1.0.3'
// https://jarcasting.com/artifacts/com.github.link-kou/spring/
implementation ("com.github.link-kou:spring:1.0.3")
'com.github.link-kou:spring:jar:1.0.3'
<dependency org="com.github.link-kou" name="spring" rev="1.0.3">
  <artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.link-kou', module='spring', version='1.0.3')
)
libraryDependencies += "com.github.link-kou" % "spring" % "1.0.3"
[com.github.link-kou/spring "1.0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
commons-codec : commons-codec jar 1.14
com.github.link-kou : gson Optional jar 1.0.4
com.github.link-kou : config-property Optional jar 1.0.3
com.github.link-kou : annotation-validate Optional jar 1.0.2
com.github.link-kou : uid jar 1.0.0
org.javatuples : javatuples Optional jar 1.2

provided (7)

Group / Artifact Type Version
javax : javaee-web-api jar 7.0
org.springframework : spring-context-support jar 4.3.7.RELEASE
org.springframework : spring-webmvc jar 4.3.7.RELEASE
org.slf4j : slf4j-api jar 1.7.24
org.aspectj : aspectjrt jar 1.8.10
org.aspectj : aspectjweaver jar 1.8.10
org.projectlombok : lombok jar 1.18.0

test (8)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.1
org.junit.jupiter : junit-jupiter-params jar 5.6.1
org.junit.jupiter : junit-jupiter-engine jar 5.6.1
org.springframework : spring-test jar 4.3.7.RELEASE
org.apache.logging.log4j : log4j-slf4j-impl jar 2.8.1
org.apache.logging.log4j : log4j-jcl jar 2.8.1
org.apache.logging.log4j : log4j-api jar 2.8.1
org.apache.logging.log4j : log4j-core jar 2.13.2

Project Modules

There are no modules declared in this project.

Plugin-Spring

Plugin-Spring 能做什么?

基于Plugin-Spring实现以下功能

  • 统一输入与输出(JSON基于GSON)
  • 全局错误统一
  • 上下文辅助
  • Cookie辅助

使用环境

JAVA    >  1.8
Maven   >  3.X
Mybatis >  3.X

Maven仓库

<dependency>
  <groupId>com.github.link-kou</groupId>
  <artifactId>spring</artifactId>
  <version>1.0.2</version>
</dependency>

示列


使用方法待续

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0