Skip to content

Commit

Permalink
v6.1.6
Browse files Browse the repository at this point in the history
v6.1.6
  • Loading branch information
839128 committed Dec 20, 2020
2 parents d730dfc + c0fdbbb commit 1bc7b53
Show file tree
Hide file tree
Showing 2,777 changed files with 5,721 additions and 4,302 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</p>
<p align="center">
<a target="_blank" href="https://search.maven.org/search?q=org.aoju">
<img src="https://img.shields.io/badge/maven--central-v6.1.5-blue.svg?label=Maven%20Central" />
<img src="https://img.shields.io/badge/maven--central-v6.1.6-blue.svg?label=Maven%20Central" />
</a>
<a target="_blank" href="https://travis-ci.org/aoju/bus">
<img src="https://travis-ci.org/aoju/bus.svg?branch=master">
Expand Down Expand Up @@ -98,7 +98,7 @@ Bus (应用/服务总线) 是一个微服务套件、基础框架,它基于Jav
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-all</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
</dependency>
```

Expand All @@ -115,7 +115,7 @@ Bus (应用/服务总线) 是一个微服务套件、基础框架,它基于Jav
### Gradle

```
implementation 'org.aoju:bus-all:6.1.5'
implementation 'org.aoju:bus-all:6.1.6'
```

### Downlad
Expand Down
2 changes: 1 addition & 1 deletion bus-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.aoju</groupId>
<artifactId>bus-all</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion bus-all/src/main/java/org/aoju/bus/Bus.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* </p>
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class Bus extends Version {
Expand Down
2 changes: 1 addition & 1 deletion bus-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.aoju</groupId>
<artifactId>bus-base</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* 异常信息拦截处理
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@ControllerAdvice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* 公共常量
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class Consts extends Normal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* 系统响应码
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class ErrorCode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* Entity 基本信息.
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Entity 实体
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* 返回值公用类
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* 授权公用类
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* 返回结果公用
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* 访问链路跟踪
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* BaseMapper 接口
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface BaseMapper<T> extends Mapper<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* CoreMapper 接口
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface Mapper<T> extends org.aoju.bus.mapper.common.Mapper<T> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* BaseService 接口
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface BaseService<T> extends Service {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Service 接口
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface Service {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* BaseService 接口实现
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class BaseServiceImpl<Mapper extends BaseMapper<T>, T extends BaseEntity>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* 基础请求封装
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class BaseController<Service extends BaseService<T>, T> extends Controller {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* 基础输出封装
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class Controller {
Expand Down
2 changes: 1 addition & 1 deletion bus-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.aoju</groupId>
<artifactId>bus-bom</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Object func(@CacheKey("#arg0[#i]") List<Long> ids){
<dependency>
<groupId>org.aoju.bus</groupId>
<artifactId>bus-cache</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion bus-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.aoju</groupId>
<artifactId>bus-cache</artifactId>
<version>6.1.5</version>
<version>6.1.6</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/CacheX.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* 缓存接口
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface CacheX {
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/Complex.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Singleton
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/Context.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class Context {
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/Hitting.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface Hitting {
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/Manage.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Singleton
Expand Down
2 changes: 1 addition & 1 deletion bus-cache/src/main/java/org/aoju/bus/cache/Module.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class Module extends AbstractModule {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Documented
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public abstract class AbstractReader {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class AnnoHolder {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public interface CacheExpire {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class CacheKeys {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class CachePair<L, R> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/**
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* 具有快速、精干等特点
*
* @author Kimi Liu
* @version 6.1.5
* @version 6.1.6
* @since JDK 1.8+
*/
public class EhCache implements CacheX {
Expand Down
Loading

0 comments on commit 1bc7b53

Please sign in to comment.