From 856002a4e0f8180c2d8089e1f3027fef8cb5ffe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Li=20=28=E6=9D=8E=E7=94=B2=E9=A1=BA=29?= Date: Fri, 17 Feb 2023 16:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6copyright?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .mvn/settings.xml | 16 ++++++++++++++ .mvn/wrapper/maven-wrapper.properties | 16 ++++++++++++++ pom.xml | 16 ++++++++++++++ rest-api-metadata/pom.xml | 16 ++++++++++++++ .../com/inspur/edp/sgf/api/Constants.java | 22 ++++++++++--------- .../edp/sgf/api/annotation/EapiService.java | 22 ++++++++++--------- .../edp/sgf/api/common/EapiGlobalConfig.java | 22 ++++++++++--------- .../edp/sgf/api/common/ResourceType.java | 22 ++++++++++--------- .../edp/sgf/api/common/SummaryInfo.java | 22 ++++++++++--------- .../edp/sgf/api/config/EapiBeanConfig.java | 22 ++++++++++--------- .../edp/sgf/api/entity/AssemblyInfo.java | 22 ++++++++++--------- .../edp/sgf/api/entity/EApiSummaryInfo.java | 22 ++++++++++--------- .../edp/sgf/api/entity/ServiceDefine.java | 22 ++++++++++--------- .../edp/sgf/api/entity/ServiceOperation.java | 22 ++++++++++--------- .../edp/sgf/api/entity/ServiceParameter.java | 22 ++++++++++--------- .../inspur/edp/sgf/api/entity/SgMetadata.java | 22 ++++++++++--------- .../inspur/edp/sgf/api/entity/SgModel.java | 22 ++++++++++--------- .../edp/sgf/api/entity/SgModelType.java | 22 ++++++++++--------- .../edp/sgf/api/exception/EapiException.java | 22 ++++++++++--------- .../ObjectMapperDateFormatExtend.java | 22 ++++++++++--------- .../edp/sgf/api/service/EApiSUService.java | 22 ++++++++++--------- .../sgf/api/service/EapiConfigService.java | 22 ++++++++++--------- .../api/service/EapiMetadataDtService.java | 22 ++++++++++--------- .../api/service/EapiMetadataRtService.java | 22 ++++++++++--------- .../api/service/EapiRuntimeDeployment.java | 22 ++++++++++--------- .../edp/sgf/api/service/InvokeService.java | 22 ++++++++++--------- .../edp/sgf/api/service/ServiceInvoker.java | 22 ++++++++++--------- .../edp/sgf/api/utils/EapiServiceUtils.java | 22 ++++++++++--------- .../sgf/api/utils/EapiSpringBeanUtils.java | 22 ++++++++++--------- .../edp/sgf/api/utils/ObjectMapperUtil.java | 22 ++++++++++--------- rest-api-provider-common/pom.xml | 16 ++++++++++++++ .../vo/basic/BasicActionProvider.java | 22 ++++++++++--------- .../provider/vo/basic/BasicActionSummary.java | 22 ++++++++++--------- .../vo/basic/SimpleBasicActionProvider.java | 22 ++++++++++--------- .../vo/basic/SimpleBasicActionSummary.java | 22 ++++++++++--------- .../vo/custom/CustomActionProvider.java | 22 ++++++++++--------- .../vo/custom/CustomActionSummary.java | 22 ++++++++++--------- .../vo/custom/SimpleCustomActionProvider.java | 22 ++++++++++--------- .../vo/custom/SimpleCustomActionSummary.java | 22 ++++++++++--------- .../vo/utils/SimpleViewModelUtils.java | 22 ++++++++++--------- .../sgf/provider/vo/utils/ViewModelUtils.java | 22 ++++++++++--------- rest-api-provider-dev/pom.xml | 16 ++++++++++++++ .../sgf/dt/provider/common/EapiBuilder.java | 22 ++++++++++--------- .../dt/provider/config/EapiBeanConfig.java | 22 ++++++++++--------- .../service/SimpleViewModelProvider.java | 22 ++++++++++--------- .../provider/service/ViewModelProvider.java | 22 ++++++++++--------- .../sgf/dt/provider/utils/MetadataUtils.java | 22 ++++++++++--------- rest-api-service-dev/pom.xml | 16 ++++++++++++++ .../dt/core/cache/ResourceProviderCache.java | 22 ++++++++++--------- .../sgf/dt/core/common/EApiDefinitionVO.java | 22 ++++++++++--------- .../sgf/dt/core/config/EapiBeanConfig.java | 22 ++++++++++--------- .../dt/core/initializer/EapiInitializer.java | 22 ++++++++++--------- .../dt/core/manager/EapiProviderManager.java | 22 ++++++++++--------- .../sgf/dt/core/refer/EapiRefConstraint.java | 22 ++++++++++--------- .../dt/core/rest/EapiDefinitionService.java | 22 ++++++++++--------- .../core/rest/EapiDefinitionServiceImpl.java | 22 ++++++++++--------- .../service/EapiMetadataDtServiceImpl.java | 22 ++++++++++--------- .../dt/core/utils/MetadataProjectUtils.java | 22 ++++++++++--------- rest-api-service/pom.xml | 16 ++++++++++++++ .../edp/sgf/core/cache/ConfigCacheResult.java | 22 ++++++++++--------- .../core/cache/EapiConfigCacheManager.java | 22 ++++++++++--------- .../core/cache/GlobalConfigCacheResult.java | 22 ++++++++++--------- .../sgf/core/cache/ResourceInvokerCache.java | 22 ++++++++++--------- .../edp/sgf/core/common/EapiOpConfig.java | 22 ++++++++++--------- .../edp/sgf/core/config/EApiBeanConfig.java | 22 ++++++++++--------- .../constraint/MetadataRtRefConstraint.java | 22 ++++++++++--------- .../exception/EapiAuthorizationException.java | 22 ++++++++++--------- .../exception/ShouldNotHappenedException.java | 22 ++++++++++--------- .../interceptor/EapiConfigCxfInterceptor.java | 22 ++++++++++--------- .../sgf/core/manager/EapiConfigManager.java | 22 ++++++++++--------- .../sgf/core/manager/EapiInovkerMananger.java | 22 ++++++++++--------- .../sgf/core/serializer/JsonSerializer.java | 22 ++++++++++--------- .../core/service/EapiConfigServiceImpl.java | 22 ++++++++++--------- .../sgf/core/service/InvokeServiceImpl.java | 22 ++++++++++--------- rest-api-spi-dev/pom.xml | 16 ++++++++++++++ .../inspur/edp/sgf/dt/spi/EapiProvider.java | 22 ++++++++++--------- .../edp/sgf/dt/spi/ResourceProvider.java | 22 ++++++++++--------- rest-api-utils/pom.xml | 16 ++++++++++++++ .../utils/bsession/BackendSessionUtils.java | 22 ++++++++++--------- .../edp/sgf/utils/cache/ConfigCacheUtil.java | 22 ++++++++++--------- .../sgf/utils/collections/CollectionUtil.java | 22 ++++++++++--------- .../sgf/utils/thread/ThreadPoolManager.java | 10 +++++---- .../sgf/utils/valid/JavaIdentifierValid.java | 22 ++++++++++--------- 83 files changed, 1030 insertions(+), 724 deletions(-) diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 62311f8..1dc7da4 100644 --- a/.mvn/settings.xml +++ b/.mvn/settings.xml @@ -1,3 +1,19 @@ + + .mvn/repository diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 99d03d1..9084bad 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,18 @@ +# +# Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + # distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.5.4/apache-maven-3.5.4-bin.zip distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.1/apache-maven-3.6.1-bin.zip diff --git a/pom.xml b/pom.xml index cc88858..77c1340 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-metadata/pom.xml b/rest-api-metadata/pom.xml index 7e5c232..3a6113b 100644 --- a/rest-api-metadata/pom.xml +++ b/rest-api-metadata/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/Constants.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/Constants.java index c56923f..20ec896 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/Constants.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/Constants.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/annotation/EapiService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/annotation/EapiService.java index e2e10e9..7e88442 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/annotation/EapiService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/annotation/EapiService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.annotation; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/EapiGlobalConfig.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/EapiGlobalConfig.java index 319f1e3..2c5f5c2 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/EapiGlobalConfig.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/EapiGlobalConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.common; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/ResourceType.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/ResourceType.java index 1ba4a16..ce17517 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/ResourceType.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/ResourceType.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.common; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/SummaryInfo.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/SummaryInfo.java index 258ddfe..12e2110 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/SummaryInfo.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/common/SummaryInfo.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.common; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/config/EapiBeanConfig.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/config/EapiBeanConfig.java index 718b5e4..51f54f9 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/config/EapiBeanConfig.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/config/EapiBeanConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.config; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/AssemblyInfo.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/AssemblyInfo.java index b41435b..50e38d9 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/AssemblyInfo.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/AssemblyInfo.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/EApiSummaryInfo.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/EApiSummaryInfo.java index 9fdddd5..53ccace 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/EApiSummaryInfo.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/EApiSummaryInfo.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceDefine.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceDefine.java index 79271e4..6864cf7 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceDefine.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceDefine.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceOperation.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceOperation.java index 444cc43..fbd3d13 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceOperation.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceOperation.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceParameter.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceParameter.java index ce3acfe..c543e67 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceParameter.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/ServiceParameter.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgMetadata.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgMetadata.java index 3a59d79..83bd078 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgMetadata.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgMetadata.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModel.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModel.java index 67bde7e..baab218 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModel.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModel.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModelType.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModelType.java index 72d95d3..a744c3d 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModelType.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/entity/SgModelType.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.entity; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/exception/EapiException.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/exception/EapiException.java index 49717de..38d9b81 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/exception/EapiException.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/exception/EapiException.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.exception; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/extension/ObjectMapperDateFormatExtend.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/extension/ObjectMapperDateFormatExtend.java index e39c26e..1a13828 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/extension/ObjectMapperDateFormatExtend.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/extension/ObjectMapperDateFormatExtend.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.extension; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EApiSUService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EApiSUService.java index 2b82281..c9cee10 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EApiSUService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EApiSUService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiConfigService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiConfigService.java index e473be3..3070b41 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiConfigService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiConfigService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataDtService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataDtService.java index 39a4b0e..2cc140d 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataDtService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataDtService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataRtService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataRtService.java index 33e7142..c8cab1d 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataRtService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiMetadataRtService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiRuntimeDeployment.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiRuntimeDeployment.java index eaaf20a..02443d0 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiRuntimeDeployment.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/EapiRuntimeDeployment.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/InvokeService.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/InvokeService.java index a8fcbe8..f69217b 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/InvokeService.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/InvokeService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/ServiceInvoker.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/ServiceInvoker.java index 834bf23..65ddf55 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/ServiceInvoker.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/service/ServiceInvoker.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.service; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiServiceUtils.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiServiceUtils.java index 478e447..6aa4a08 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiServiceUtils.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiServiceUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.utils; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiSpringBeanUtils.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiSpringBeanUtils.java index 4067c96..d1680c7 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiSpringBeanUtils.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/EapiSpringBeanUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.utils; diff --git a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/ObjectMapperUtil.java b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/ObjectMapperUtil.java index 038e536..0efce36 100644 --- a/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/ObjectMapperUtil.java +++ b/rest-api-metadata/src/main/java/com/inspur/edp/sgf/api/utils/ObjectMapperUtil.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.api.utils; diff --git a/rest-api-provider-common/pom.xml b/rest-api-provider-common/pom.xml index 0f302ca..53b2d89 100644 --- a/rest-api-provider-common/pom.xml +++ b/rest-api-provider-common/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionProvider.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionProvider.java index b99fbe5..e349c6e 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionProvider.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.basic; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionSummary.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionSummary.java index 406b963..f1210af 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionSummary.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/BasicActionSummary.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.basic; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionProvider.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionProvider.java index 9b5e372..b5112b4 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionProvider.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.basic; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionSummary.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionSummary.java index 6a80d51..44e3a99 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionSummary.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/basic/SimpleBasicActionSummary.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.basic; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionProvider.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionProvider.java index 7740ae4..7b751a1 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionProvider.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.custom; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionSummary.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionSummary.java index 6e7e16e..011f611 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionSummary.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/CustomActionSummary.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.custom; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionProvider.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionProvider.java index 48526ad..c869b43 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionProvider.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.custom; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionSummary.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionSummary.java index f11db7b..243e9f8 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionSummary.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/custom/SimpleCustomActionSummary.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.custom; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/SimpleViewModelUtils.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/SimpleViewModelUtils.java index 369d3a6..98b1a1f 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/SimpleViewModelUtils.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/SimpleViewModelUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.utils; diff --git a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/ViewModelUtils.java b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/ViewModelUtils.java index 5e63859..3380c3b 100644 --- a/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/ViewModelUtils.java +++ b/rest-api-provider-common/src/main/java/com/inspur/edp/sgf/provider/vo/utils/ViewModelUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.provider.vo.utils; diff --git a/rest-api-provider-dev/pom.xml b/rest-api-provider-dev/pom.xml index 8e649fb..7b43bc2 100644 --- a/rest-api-provider-dev/pom.xml +++ b/rest-api-provider-dev/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/common/EapiBuilder.java b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/common/EapiBuilder.java index 911d856..8ff052e 100644 --- a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/common/EapiBuilder.java +++ b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/common/EapiBuilder.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.provider.common; diff --git a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/config/EapiBeanConfig.java b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/config/EapiBeanConfig.java index c7db595..7e90c1a 100644 --- a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/config/EapiBeanConfig.java +++ b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/config/EapiBeanConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.provider.config; diff --git a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/SimpleViewModelProvider.java b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/SimpleViewModelProvider.java index 9352cd4..2c677bd 100644 --- a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/SimpleViewModelProvider.java +++ b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/SimpleViewModelProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.provider.service; diff --git a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/ViewModelProvider.java b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/ViewModelProvider.java index a18e8f1..05997be 100644 --- a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/ViewModelProvider.java +++ b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/service/ViewModelProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.provider.service; diff --git a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/utils/MetadataUtils.java b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/utils/MetadataUtils.java index e8f4d63..7855e25 100644 --- a/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/utils/MetadataUtils.java +++ b/rest-api-provider-dev/src/main/java/com/inspur/edp/sgf/dt/provider/utils/MetadataUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.provider.utils; diff --git a/rest-api-service-dev/pom.xml b/rest-api-service-dev/pom.xml index f0ba99d..9d269aa 100644 --- a/rest-api-service-dev/pom.xml +++ b/rest-api-service-dev/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/cache/ResourceProviderCache.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/cache/ResourceProviderCache.java index 35fb95a..6ea9a45 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/cache/ResourceProviderCache.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/cache/ResourceProviderCache.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.cache; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/common/EApiDefinitionVO.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/common/EApiDefinitionVO.java index fc5fa81..248c343 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/common/EApiDefinitionVO.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/common/EApiDefinitionVO.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.common; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/config/EapiBeanConfig.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/config/EapiBeanConfig.java index 1aa94e4..f6b1335 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/config/EapiBeanConfig.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/config/EapiBeanConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.config; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/initializer/EapiInitializer.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/initializer/EapiInitializer.java index acb87c4..1e4db5b 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/initializer/EapiInitializer.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/initializer/EapiInitializer.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.initializer; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/manager/EapiProviderManager.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/manager/EapiProviderManager.java index 3f2ff7e..2e7f4c4 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/manager/EapiProviderManager.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/manager/EapiProviderManager.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.manager; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/refer/EapiRefConstraint.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/refer/EapiRefConstraint.java index acca10a..5f1feb2 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/refer/EapiRefConstraint.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/refer/EapiRefConstraint.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.refer; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionService.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionService.java index 4a86ca0..47f3eee 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionService.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionService.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.rest; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionServiceImpl.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionServiceImpl.java index 5b64dfe..b02d661 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionServiceImpl.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/rest/EapiDefinitionServiceImpl.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.rest; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/service/EapiMetadataDtServiceImpl.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/service/EapiMetadataDtServiceImpl.java index 73f9816..c014072 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/service/EapiMetadataDtServiceImpl.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/service/EapiMetadataDtServiceImpl.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.service; diff --git a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/utils/MetadataProjectUtils.java b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/utils/MetadataProjectUtils.java index 87993ea..2d8e38d 100644 --- a/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/utils/MetadataProjectUtils.java +++ b/rest-api-service-dev/src/main/java/com/inspur/edp/sgf/dt/core/utils/MetadataProjectUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.core.utils; diff --git a/rest-api-service/pom.xml b/rest-api-service/pom.xml index ed3317a..da08d61 100644 --- a/rest-api-service/pom.xml +++ b/rest-api-service/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ConfigCacheResult.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ConfigCacheResult.java index c82f2d0..e92fc5a 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ConfigCacheResult.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ConfigCacheResult.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.cache; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/EapiConfigCacheManager.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/EapiConfigCacheManager.java index 2419d28..c7c6f31 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/EapiConfigCacheManager.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/EapiConfigCacheManager.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.cache; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/GlobalConfigCacheResult.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/GlobalConfigCacheResult.java index 70a3d0e..58b7395 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/GlobalConfigCacheResult.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/GlobalConfigCacheResult.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.cache; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ResourceInvokerCache.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ResourceInvokerCache.java index a010df9..3abc073 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ResourceInvokerCache.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/cache/ResourceInvokerCache.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.cache; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/common/EapiOpConfig.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/common/EapiOpConfig.java index 1503131..baed1ea 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/common/EapiOpConfig.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/common/EapiOpConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.common; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/config/EApiBeanConfig.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/config/EApiBeanConfig.java index 38925f8..3d2af3e 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/config/EApiBeanConfig.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/config/EApiBeanConfig.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.config; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/constraint/MetadataRtRefConstraint.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/constraint/MetadataRtRefConstraint.java index f976fcd..4b595fc 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/constraint/MetadataRtRefConstraint.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/constraint/MetadataRtRefConstraint.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.constraint; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/EapiAuthorizationException.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/EapiAuthorizationException.java index 36f3ebf..89f9760 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/EapiAuthorizationException.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/EapiAuthorizationException.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.exception; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/ShouldNotHappenedException.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/ShouldNotHappenedException.java index f350e01..abda8e2 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/ShouldNotHappenedException.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/exception/ShouldNotHappenedException.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.exception; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/interceptor/EapiConfigCxfInterceptor.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/interceptor/EapiConfigCxfInterceptor.java index 6b935a3..d48992c 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/interceptor/EapiConfigCxfInterceptor.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/interceptor/EapiConfigCxfInterceptor.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.interceptor; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiConfigManager.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiConfigManager.java index 2d005df..4f688c2 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiConfigManager.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiConfigManager.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.manager; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiInovkerMananger.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiInovkerMananger.java index e17bf6b..8301fd4 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiInovkerMananger.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/manager/EapiInovkerMananger.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.manager; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/serializer/JsonSerializer.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/serializer/JsonSerializer.java index 90a7e6d..a2fdb3f 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/serializer/JsonSerializer.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/serializer/JsonSerializer.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.serializer; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/EapiConfigServiceImpl.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/EapiConfigServiceImpl.java index ace8511..7b989df 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/EapiConfigServiceImpl.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/EapiConfigServiceImpl.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.service; diff --git a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/InvokeServiceImpl.java b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/InvokeServiceImpl.java index ddba847..f7ab9bb 100644 --- a/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/InvokeServiceImpl.java +++ b/rest-api-service/src/main/java/com/inspur/edp/sgf/core/service/InvokeServiceImpl.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.core.service; diff --git a/rest-api-spi-dev/pom.xml b/rest-api-spi-dev/pom.xml index d63f10d..b847a71 100644 --- a/rest-api-spi-dev/pom.xml +++ b/rest-api-spi-dev/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/EapiProvider.java b/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/EapiProvider.java index 02da6b6..79b904b 100644 --- a/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/EapiProvider.java +++ b/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/EapiProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.spi; diff --git a/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/ResourceProvider.java b/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/ResourceProvider.java index e48a4cc..452679d 100644 --- a/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/ResourceProvider.java +++ b/rest-api-spi-dev/src/main/java/com/inspur/edp/sgf/dt/spi/ResourceProvider.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.dt.spi; diff --git a/rest-api-utils/pom.xml b/rest-api-utils/pom.xml index c71659d..abafda6 100644 --- a/rest-api-utils/pom.xml +++ b/rest-api-utils/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/bsession/BackendSessionUtils.java b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/bsession/BackendSessionUtils.java index d87a2d6..0d6bdb6 100644 --- a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/bsession/BackendSessionUtils.java +++ b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/bsession/BackendSessionUtils.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.utils.bsession; diff --git a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/cache/ConfigCacheUtil.java b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/cache/ConfigCacheUtil.java index 5aa3b4b..8d6478f 100644 --- a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/cache/ConfigCacheUtil.java +++ b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/cache/ConfigCacheUtil.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.utils.cache; diff --git a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/collections/CollectionUtil.java b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/collections/CollectionUtil.java index 74415de..9f6155e 100644 --- a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/collections/CollectionUtil.java +++ b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/collections/CollectionUtil.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.utils.collections; diff --git a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/thread/ThreadPoolManager.java b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/thread/ThreadPoolManager.java index 12c0c0d..ed8ae81 100644 --- a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/thread/ThreadPoolManager.java +++ b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/thread/ThreadPoolManager.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 + * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * */ package com.inspur.edp.sgf.utils.thread; diff --git a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/valid/JavaIdentifierValid.java b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/valid/JavaIdentifierValid.java index ed86f6f..6cba5da 100644 --- a/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/valid/JavaIdentifierValid.java +++ b/rest-api-utils/src/main/java/com/inspur/edp/sgf/utils/valid/JavaIdentifierValid.java @@ -1,15 +1,17 @@ /* - * Copyright © OpenAtom Foundation. - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.apache.org/licenses/LICENSE-2.0 - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied - * See the License for the specific language governing permissions and - * limitations under the License. + * Copyright (c) 2020 - present, Inspur Genersoft Co., Ltd. * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package com.inspur.edp.sgf.utils.valid; -- Gitee