Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
839128 committed Nov 19, 2020
1 parent 9556db4 commit b2f1c9d
Show file tree
Hide file tree
Showing 2,827 changed files with 9,964 additions and 6,520 deletions.
50 changes: 25 additions & 25 deletions bus-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
<description>Bus All</description>
<url>https://github.com/aoju/bus</url>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -190,31 +215,6 @@
</dependency>
</dependencies>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions bus-all/src/main/java/org/aoju/bus/Bus.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus;

Expand Down
50 changes: 25 additions & 25 deletions bus-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
<description>Bus Base</description>
<url>https://github.com/aoju/bus</url>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -48,31 +73,6 @@
</dependency>
</dependencies>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.advice;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.consts;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.consts;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.entity;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.mapper;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.mapper;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.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 @@ -19,8 +19,8 @@
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE *
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER *
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN ** THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.service;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.service.impl;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.spring;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, *
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN *
* THE SOFTWARE. *
* *
********************************************************************************/
package org.aoju.bus.base.spring;

Expand Down
50 changes: 25 additions & 25 deletions bus-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
<description>Bus Bom</description>
<url>https://github.com/aoju/bus</url>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -157,31 +182,6 @@
</dependency>
</dependencies>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
Expand Down
50 changes: 25 additions & 25 deletions bus-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
<description>Bus Cache</description>
<url>https://github.com/aoju/bus</url>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -156,31 +181,6 @@
</dependency>
</dependencies>

<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>

<scm>
<connection>scm:[email protected]:aoju/bus.git</connection>
<developerConnection>scm:[email protected]:aoju/bus.git</developerConnection>
<url>[email protected]:aoju/bus.git</url>
</scm>

<developers>
<developer>
<name>Kimi Liu</name>
<url>https://github.com/aoju/bus.git</url>
</developer>
</developers>

<issueManagement>
<system>Github Issue</system>
<url>https://github.com/aoju/bus/issues</url>
</issueManagement>

<build>
<plugins>
<plugin>
Expand Down
Loading

0 comments on commit b2f1c9d

Please sign in to comment.