diff --git a/.mvn/settings.xml b/.mvn/settings.xml index 62311f8f33eb235e1ab7c58e5be8810c0cc3942a..1dc7da48b66fe3863d7496c7dd80a6b97051cf1b 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 99d03d145c9e20118e644a1dcf058d24bd35766c..9084badeda864a8d63d88640e48cd905d11fe7db 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 cc88858c25baa13d2f6e95700e5fdefc4c5c5c9c..77c13400595aaec22d3b28c31992e73338f1e6c3 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 7e5c232c16772fb5e3acbe26868464ee090c1d6c..3a6113be877d2d2b944b2766e4c2a1d51613d6a4 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 c56923f14f71cffc32467fc8901ef63ddc7ad1fc..20ec896e535fa5ad00b901061fb6c02ad15142cb 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 e2e10e94eff7e43ead20cb1453eddc566dd9d46e..7e88442e024d3a4f1e3f8f74fdde3f2f9e29dbf0 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 319f1e3e1368661cdeac325fe09f613758cd7f67..2c5f5c2fab444d72da51002edf7e1d1e0d8d14ff 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 1ba4a1601e0b57b4c4f37360a50999cb26dbb47e..ce17517e011b9ece53edaac94c5c2599f2e3a80d 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 258ddfe0ad6f69569cefb7e34e17306f1a618d41..12e21101f7d42b6eeea8137d84d78415f9a0ffd3 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 718b5e439beca0e90078a90088f251691814c589..51f54f96ec8491ea50ac107f7d8f8b7e6a3fe524 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 b41435b84b3d9d53d4c33a3176cb05e82d016145..50e38d96baf74279d690f43d1a225a8045f059b4 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 9fdddd53c613692ad8799a3973919cf97fa8bb00..53ccacec9273625b4f90646c38ce898851690c92 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 79271e4cf9e2fc16c99f911c5be3a61be4916648..6864cf77adc50beee81a4da268ce2d12f1f8f568 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 444cc43fe5aaf4ae69c9bd1ceb995fb0431e79e7..fbd3d13695a5baed05a749482dfab9df43edb055 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 ce3acfe5ced09637af43062cd4c8dd87ea02d44d..c543e67242f0abb2b58ea593d9f0b06e58793bcf 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 3a59d79b2c4617a768d96db2bd30d2ea0eb617a2..83bd078438f5cbc69e5389eae4d0377f39d4f2cf 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 67bde7ebb7467937e213d8b0fe2051f44a7c4f1c..baab218661270c036ad0384b718aaede89e2b3b8 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 72d95d3eb4022195a12a8f4253b0b09ead3ddbc0..a744c3dad87e1dbd155eb4183e521afb49d3e876 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 49717deec346d4109f6fa8e3b1f6459de6b57dae..38d9b8163a3c1119e5380130eb2dab86ba773d3c 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 e39c26eaaf1c246b35f40c83c46019af2a4a2e05..1a138285b434ba660207407b5b796aa6fe818248 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 2b82281551def1d73f4639872c9627b5320fd177..c9cee10ad3fc164b26ee00468503286b63410937 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 e473be31ddce214b808b914ecc227fe66d25b83b..3070b41b308319ab035cfe5569ce429f65163f6f 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 39a4b0e780c09ca8f06351c855393d666ab760d5..2cc140d17172ac4675cf593790f0ffa5618c0614 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 33e71423b8f25b37cb3b612f74d6aac8cc2ece12..c8cab1d7f3414df9224ae470dff7c98ab8fc60c7 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 eaaf20a1fed0162059db1428e2c2ec670f2b6ebd..02443d03375ef28fae55634c11bd553629f53e15 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 a8fcbe82b290dd662917e2d05f6c377f2e28b060..f69217b4ff5cd472d7673aaf4a1701e0362955c0 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 834bf23fd35dd249d2111a137102a7a469f2da91..65ddf55197573a3310e64991b6f61bdde829d930 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 478e447f9c1546a62f3fd208e07460a8f6e35ac0..6aa4a0880df984bb853c029725b777888d80c855 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 4067c96363863cb44a2c13e11d8723ea4c032abc..d1680c70a10a0a8258c38533f8ee615e48bae971 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 038e53685777538757dc6a9414a2435be69ef94c..0efce365145316d4e4f39c8a79472db61ed7dc64 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 0f302ca7ef1039de40c5cfae3074f819ae33a677..53b2d897cd628f4b5cc2664891a12aa0191b0437 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 b99fbe5dbe30016c9592c5d016f1a12a5f9d43b8..e349c6ecd59c039f384f9d08ebee0f9de9d5451c 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 406b9635a5dd32b4a58294ddb3176ab6a4760028..f1210af3260610469fd394cf094709e3b06d2fd0 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 9b5e3721b360df056c1dd374b8aacd2a7b266121..b5112b45ed16bf1a841b503ceccb773cf4da5e82 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 6a80d5157b38654344fa1f2d8a099e82e2540b20..44e3a99251f4e2178871cb4ba9239363fda3d774 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 7740ae499724c4ea5840b4f202d72d243d83d660..7b751a1e02ce432a50e45db96f8684521ab35ed2 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 6e7e16e042c654de4d8b94cf3a26317aa0dc0a03..011f611d9e5b1ceeb1e697c178eafe7757fd46ca 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 48526ad20fe33b36ab6b86f66ea7f332f5815711..c869b43d26e1ceddf11d554a535951fd23971922 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 f11db7b8a8b78a6dedb1a7976671e26480930862..243e9f828d8f183346b8e12c254147b10d66ec84 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 369d3a6d9745a74590bce5b1efb0834c137d62fe..98b1a1ff12c65af0fb9d5cf444777aa4283bf09a 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 5e63859757fa24cc0f9832eaee692c6b060d3e7d..3380c3b31fffae6afc550a2c68c530b118c7ac59 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 8e649fb353e5b1533856ec2352fd6cfbfb9ff079..7b43bc2504b10dd745f5c2c3ee4c3fe9588e9a3e 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 911d85625548093e4bf114976087bb492d74f4f2..8ff052ec7f458f821c87f430b47cf4d9a895f141 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 c7db59524f9f3dee849c37886d7b87e6effaf5f5..7e90c1ac6073a306497b62d58ed6c359c1f21005 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 9352cd4a85a2d9ff9b2b791c7998257d3fcd89f1..2c677bd79f2f992ce56f3484beddb7b94629d2f5 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 a18e8f1bdba9dfe8f66f42de57b27c08ed1c5660..05997bead565c5b66d965e8e0a689873dcbc8afe 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 e8f4d63c7b589cda7551b6eac77e8f0d29aeaf8f..7855e258d66b0d454c8b45c6ee322f84bba0bc93 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 f0ba99dc132554a201df7621e07a835270e35a8a..9d269aa01aa47ffe58af15ddcaabb00208cd71e3 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 35fb95aeda2dd7ab32f1535c7854728b33094be2..6ea9a45e3c8e0f9aa9affe96f74f8a0578c22840 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 fc5fa81f3bd6b4f15f113aba9187e9069719d43c..248c343e1ce3545b9f3854888c5cf123159cbe50 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 1aa94e44f400eecf01d32ff79cd4faa2bad7bfe8..f6b1335baa9e50646aada79089da6e149f5e5cad 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 acb87c47f1fb1d947ba73c1ae9cbec3f2ff2ed85..1e4db5bb57c48f1bde4beeb3146ec1d02deca7da 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 3f2ff7ea7c1926ddc7998cd87d15fef83c44a034..2e7f4c4e0fd2db1509e6378c06ca1978e9c5d706 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 acca10a1340b9599c992880e679b423ccaa6cf7d..5f1feb2556c5e07595e6b027be4e1954623b9a4f 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 4a86ca0a5cd43148ced649081c5b783408aebcfe..47f3eee4b26e2a9c7293e8a4af2fcb1524fe72d4 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 5b64dfe3b16fae58c2f932628f24afdf26dc9027..b02d6614f4e06048b59626fa3a5e37c5cc41046c 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 73f981680600748083e9a334fea9045384e45efe..c01407216676d407f2c7a35d0d66d4e8286829e8 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 87993eaffec3ace592e7354771b2cdb2ed604da8..2d8e38da8d89675c620a2b7eda0c6372af1c8c6c 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 ed3317acb0a8947950aa8aa0eec2a3a9bcb113bf..da08d61dc4820549cc924d29a3234422b7a8b0dd 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 c82f2d05f8d53bc45ca274fb6378a2bff399a10a..e92fc5ad519f6ed1154339d83ae539ff2a96fc24 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 2419d280983c3658a1a4c47f000d396936eee737..c7c6f314b83539f62528d4c6395703d9e14f1758 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 70a3d0e308b45277d756e1892521813161246c15..58b7395701bf6f87aec817ac93bd65fd3a5cbffb 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 a010df9a205e473d6a410121ed91cc0a70d9df74..3abc0739bce020a148878c25ebeca269f618a035 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 15031313df6a73f707cf2ef9d0538b570b82ecf9..baed1ead733edf26a1d3350ed9206bcdafc37266 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 38925f8e8360da77a5ffc1a925cbf888aa1bea3b..3d2af3e8d2eda6635d7473b79ff8c66bde469ebf 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 f976fcde37f783b3b72800e6d775fcf58ababa19..4b595fc4538859a3141dc32614840c05bdd4a854 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 36f3ebf5706859dba12005aad894d7c68554a6be..89f97600af1fb00ed02bd9c049cfbc309ac25e14 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 f350e01ef085a432e6cb0c1ebc719b945eee3719..abda8e24ce31d689c33042560e844f508f0e0a71 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 6b935a35432983456887629d8972717c46ea3921..d48992c0facfefe68cee3f831a2ba67494848d1f 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 2d005df792c99b480468743e0e212b8143d9a584..4f688c223eb4b6d46da140cb7af12c0921bd4b9c 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 e17bf6b9d59dba16d1ca999eaabdba378218cce3..8301fd47047b497d4d90cea07e3a93f902b97745 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 90a7e6deb9fee79ba061e4104644945865841ebf..a2fdb3f586e46ac58c0cfc0ece192cd49c3d61c7 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 ace851127a3502e44efaea6325d28522408fd3c8..7b989df5a1a470fe388ede38a07d068edc201298 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 ddba847b2c263070876ddd1892b89c732118707c..f7ab9bb8f8635712f6327b6a4ec70fbbf601dc16 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 d63f10de3311cca33c9b040d3f2711272220749c..b847a714a88788fa8dfe1d504daaa5bd2fc4fa19 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 02da6b6260d800ee8afde8fed70d90de976d44c9..79b904b6bdd0e1c80848d7061f63c9791f64fde6 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 e48a4ccdcf4d840340af956c25be90aecfcecc66..452679de979c5a6c7b0a1ef99c40b973012a7c56 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 c71659d13d480df205a6db59c149879c514829b3..abafda6ea35808891f12223bea6c5dec6a6f477c 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 d87a2d6dfb16c666106772308847aadc58e75ee7..0d6bdb64b24d36e51f9ba97ec28f8be62ab8ee05 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 5aa3b4b7065de59707b53f66543294481bb39956..8d6478f4dc56ffa8fc112b39f3b185cd7aa2f9b9 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 74415de13138af5c2c7650d5a19f3b20895b4297..9f6155ee882aaaebd332965ec07def8ef2698e5f 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 12c0c0d4a0a675c40f2852002b94234545223cb0..ed8ae81c55c5e7f5a495f3d2669eb38fea9e2b53 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 ed86f6f4f2a62ed8132f836c3bcccfe907e60d98..6cba5dafabb96dcd42a738db4530feb6440e36ec 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;