diff --git a/eclipse/org.eclipse.jdt.ui.prefs b/eclipse/org.eclipse.jdt.ui.prefs index 2c20d3572..07d358cab 100644 --- a/eclipse/org.eclipse.jdt.ui.prefs +++ b/eclipse/org.eclipse.jdt.ui.prefs @@ -70,7 +70,7 @@ org.eclipse.jdt.ui.keywordthis=false org.eclipse.jdt.ui.ondemandthreshold=9999 org.eclipse.jdt.ui.overrideannotation=true org.eclipse.jdt.ui.staticondemandthreshold=9999 -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/Constants.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/Constants.java index 5a150779b..52506d907 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/Constants.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2021 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/ProductService.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/ProductService.java index 871ee1ab9..c85f137d9 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/ProductService.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/ProductService.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/RPCType.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/RPCType.java index ee9969148..a83ac8ccd 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/RPCType.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/RPCType.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/Product.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/Product.java index 325bc2566..aed9d7c54 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/Product.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/Product.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/ResultHolder.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/ResultHolder.java index bac909612..aae48614e 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/ResultHolder.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/entity/ResultHolder.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/filter/ChainAspect.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/filter/ChainAspect.java index f72b4dd0c..f2942265d 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/filter/ChainAspect.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/filter/ChainAspect.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/OrderDAO.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/OrderDAO.java index 640d4e2a6..bbbf36b13 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/OrderDAO.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/OrderDAO.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductDAO.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductDAO.java index ca9e90f25..b43e4a31f 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductDAO.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductDAO.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceNormal.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceNormal.java index c2e1bd0ef..39a1b5891 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceNormal.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceNormal.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnit.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnit.java index 0a7eaf56b..cfbe4dc1d 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnit.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnit.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnitHidden.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnitHidden.java index cae8eddf5..90957464b 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnitHidden.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/ProductServiceUnitHidden.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/FeignProductService.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/FeignProductService.java index d73487f67..54030e42b 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/FeignProductService.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/FeignProductService.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/RestTemplateProductService.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/RestTemplateProductService.java index 39191e6a6..5096f867b 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/RestTemplateProductService.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/RestTemplateProductService.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/WebClientProductService.java b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/WebClientProductService.java index ff4e5a65c..79ae7d94b 100644 --- a/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/WebClientProductService.java +++ b/spring-cloud-alibaba-examples/appactive-example/common/src/main/java/com/alibaba/cloud/example/common/service/strategy/WebClientProductService.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/FrontendApplication.java b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/FrontendApplication.java index 5231093b0..f87c380f1 100644 --- a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/FrontendApplication.java +++ b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/FrontendApplication.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/controller/FrontController.java b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/controller/FrontController.java index 14118a9b6..88493aeea 100644 --- a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/controller/FrontController.java +++ b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/controller/FrontController.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/filter/ChainFilter.java b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/filter/ChainFilter.java index 7a894fc05..88ffc896e 100644 --- a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/filter/ChainFilter.java +++ b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/java/com/alibaba/cloud/example/frontend/filter/ChainFilter.java @@ -1,5 +1,5 @@ /* - * Copyright 2013-2018 the original author or authors. + * Copyright 2013-2023 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/resources/templates/buy.html b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/resources/templates/buy.html index 1ca1daa02..59f39e41a 100644 --- a/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/resources/templates/buy.html +++ b/spring-cloud-alibaba-examples/appactive-example/frontend/src/main/resources/templates/buy.html @@ -1,5 +1,5 @@