From c1a57db0eeb9e2d8916f46ab03b24a783ecef424 Mon Sep 17 00:00:00 2001 From: "Johnny Miller (ZA)" Date: Sun, 20 Feb 2022 12:46:48 +0800 Subject: [PATCH] perf($POM): upgrade Spring Boot 2.6.3 and Spring Cloud 2021.0.1 --- .../authcenter/permission/service/PermissionService.java | 9 --------- .../permission/service/impl/PermissionServiceImpl.java | 9 --------- .../maf/osscenter/OssCenterApplicationTests.java | 2 -- pom.xml | 4 ++-- .../maf/springcloudstarter/function/Slf4j.java | 9 --------- .../jmsoftware/maf/springcloudstarter/Slf4jTests.java | 9 --------- 6 files changed, 2 insertions(+), 40 deletions(-) diff --git a/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/PermissionService.java b/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/PermissionService.java index f79696cb..61f09145 100644 --- a/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/PermissionService.java +++ b/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/PermissionService.java @@ -1,12 +1,3 @@ -/* - * Copyright By ZATI - * Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617 - * All rights reserved. - * - * If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or - * dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your - * system. - */ package com.jmsoftware.maf.authcenter.permission.service; import com.jmsoftware.maf.authcenter.permission.response.GetServicesInfoResponse; diff --git a/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/impl/PermissionServiceImpl.java b/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/impl/PermissionServiceImpl.java index 6b73bf8b..ee036fa8 100644 --- a/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/impl/PermissionServiceImpl.java +++ b/auth-center/auth-center-biz/src/main/java/com/jmsoftware/maf/authcenter/permission/service/impl/PermissionServiceImpl.java @@ -1,12 +1,3 @@ -/* - * Copyright By ZATI - * Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617 - * All rights reserved. - * - * If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or - * dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your - * system. - */ package com.jmsoftware.maf.authcenter.permission.service.impl; import cn.hutool.core.collection.CollUtil; diff --git a/oss-center/oss-center-bootstrap/src/test/java/com/jmsoftware/maf/osscenter/OssCenterApplicationTests.java b/oss-center/oss-center-bootstrap/src/test/java/com/jmsoftware/maf/osscenter/OssCenterApplicationTests.java index 518e880e..a59e5b19 100644 --- a/oss-center/oss-center-bootstrap/src/test/java/com/jmsoftware/maf/osscenter/OssCenterApplicationTests.java +++ b/oss-center/oss-center-bootstrap/src/test/java/com/jmsoftware/maf/osscenter/OssCenterApplicationTests.java @@ -1,6 +1,5 @@ package com.jmsoftware.maf.osscenter; -import lombok.SneakyThrows; import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @@ -15,7 +14,6 @@ class OssCenterApplicationTests { @Test - @SneakyThrows void mockLogin() { } } diff --git a/pom.xml b/pom.xml index 8baaa296..223e495c 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ 0.1.0 3.15.0 2.1.1 - 2021.0.0 + 2021.0.1 5.0 4.8.1 1.0.0.M5 @@ -87,7 +87,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.1 + 2.6.3 diff --git a/spring-cloud-starter/src/main/java/com/jmsoftware/maf/springcloudstarter/function/Slf4j.java b/spring-cloud-starter/src/main/java/com/jmsoftware/maf/springcloudstarter/function/Slf4j.java index 307041c4..4ead9722 100644 --- a/spring-cloud-starter/src/main/java/com/jmsoftware/maf/springcloudstarter/function/Slf4j.java +++ b/spring-cloud-starter/src/main/java/com/jmsoftware/maf/springcloudstarter/function/Slf4j.java @@ -1,12 +1,3 @@ -/* - * Copyright By ZATI - * Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617 - * All rights reserved. - * - * If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or - * dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your - * system. - */ package com.jmsoftware.maf.springcloudstarter.function; import org.slf4j.Logger; diff --git a/spring-cloud-starter/src/test/java/com/jmsoftware/maf/springcloudstarter/Slf4jTests.java b/spring-cloud-starter/src/test/java/com/jmsoftware/maf/springcloudstarter/Slf4jTests.java index c7349d7a..847f58e5 100644 --- a/spring-cloud-starter/src/test/java/com/jmsoftware/maf/springcloudstarter/Slf4jTests.java +++ b/spring-cloud-starter/src/test/java/com/jmsoftware/maf/springcloudstarter/Slf4jTests.java @@ -1,12 +1,3 @@ -/* - * Copyright By ZATI - * Copyright By 3a3c88295d37870dfd3b25056092d1a9209824b256c341f2cdc296437f671617 - * All rights reserved. - * - * If you are not the intended user, you are hereby notified that any use, disclosure, copying, printing, forwarding or - * dissemination of this property is strictly prohibited. If you have got this file in error, delete it from your - * system. - */ package com.jmsoftware.maf.springcloudstarter; import lombok.extern.slf4j.Slf4j;