Skip to content

Commit

Permalink
v6.1.9
Browse files Browse the repository at this point in the history
v6.1.9
  • Loading branch information
839128 authored Jan 25, 2021
2 parents fd2e08e + e38f8ba commit f3dc5ff
Show file tree
Hide file tree
Showing 2,847 changed files with 23,132 additions and 16,689 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 aoju.org and other contributors.
Copyright (c) 2015-2021 aoju.org and other contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Expand Down
8 changes: 4 additions & 4 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.8-blue.svg?label=Maven%20Central" />
<img src="https://img.shields.io/badge/maven--central-v6.1.9-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 @@ -75,7 +75,7 @@ Bus (应用/服务总线) 是一个微服务套件、基础框架,它基于Jav
|[]|bus-sensitive|敏感数据脱敏,对应用和使用者透明,业务逻辑无感知,通过配置集成,改动代码量小|
|[]|bus-setting|设置工具类, 用于支持设置/配置|
|[]|bus-shade|Entity,Service,Mapper等相关代码生成工具|
|[ × ]|bus-socket|基础NIO/AIO通讯,Socket封装,支持TCP/UDP服务端|
|[ ]|bus-socket|基础NIO/AIO通讯,Socket封装,支持TCP/UDP服务端|
|[]|bus-starter|SpringBoot starter,spring相关配置,启动及相关配置文件信息|
|[]|bus-storage|文件存储组件,,支持阿里云、七牛,提供了工厂模式和注入两种集成方式|
|[ × ]|bus-tracer|轻量级分布式链路跟踪监控,日志及访问流程追踪以及内部调用链追踪|
Expand All @@ -97,7 +97,7 @@ Bus (应用/服务总线) 是一个微服务套件、基础框架,它基于Jav
<dependency>
<groupId>org.aoju</groupId>
<artifactId>bus-all</artifactId>
<version>6.1.8</version>
<version>6.1.9</version>
</dependency>
```

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

```
implementation 'org.aoju:bus-all:6.1.8'
implementation 'org.aoju:bus-all:6.1.9'
```

### 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.8</version>
<version>6.1.9</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions bus-all/src/main/java/org/aoju/bus/Bus.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -43,7 +43,7 @@
* </p>
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @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.8</version>
<version>6.1.9</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -48,7 +48,7 @@
* 异常信息拦截处理
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@ControllerAdvice
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/consts/Consts.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -32,7 +32,7 @@
* 公共常量
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
public class Consts extends Normal {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -35,7 +35,7 @@
* 系统响应码
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
public class ErrorCode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -40,7 +40,7 @@
* Entity 基本信息.
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/entity/Entity.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -34,7 +34,7 @@
* Entity 实体
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/entity/Message.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -34,7 +34,7 @@
* 返回值公用类
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/entity/OAuth2.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -34,7 +34,7 @@
* 授权公用类
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/entity/Result.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -36,7 +36,7 @@
* 返回结果公用
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/entity/Tracer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -34,7 +34,7 @@
* 访问链路跟踪
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
@Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand All @@ -29,7 +29,7 @@
* BaseMapper 接口
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
public interface BaseMapper<T> extends Mapper<T> {
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/mapper/Mapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand All @@ -29,7 +29,7 @@
* CoreMapper 接口
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @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 @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -33,7 +33,7 @@
* BaseService 接口
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
public interface BaseService<T> extends Service {
Expand Down
4 changes: 2 additions & 2 deletions bus-base/src/main/java/org/aoju/bus/base/service/Service.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand All @@ -28,7 +28,7 @@
* Service 接口
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @since JDK 1.8+
*/
public interface Service {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -44,7 +44,7 @@
* BaseService 接口实现
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @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 @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -36,7 +36,7 @@
* 基础请求封装
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @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 @@ -2,7 +2,7 @@
* *
* The MIT License (MIT) *
* *
* Copyright (c) 2015-2020 aoju.org and other contributors. *
* Copyright (c) 2015-2021 aoju.org and other contributors. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy *
* of this software and associated documentation files (the "Software"), to deal *
Expand Down Expand Up @@ -33,7 +33,7 @@
* 基础输出封装
*
* @author Kimi Liu
* @version 6.1.8
* @version 6.1.9
* @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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</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.8</version>
<version>6.1.9</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
Loading

0 comments on commit f3dc5ff

Please sign in to comment.