Skip to content

Commit 6879d56

Browse files
committed
style(springboot cloudconfig): update file header
Signed-off-by: lony2003 <zhangke200377@outlook.com>
1 parent 0850990 commit 6879d56

11 files changed

+32
-62
lines changed

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/autoconfigure/DaprCloudConfigAutoConfiguration.java

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.autoconfigure;
1815

@@ -26,7 +23,7 @@
2623

2724
@Configuration(proxyBeanMethods = false)
2825
@EnableConfigurationProperties(DaprCloudConfigProperties.class)
29-
@ConditionalOnProperty(name = "dapr.secretstore.enabled", matchIfMissing = true)
26+
@ConditionalOnProperty(name = DaprCloudConfigProperties.PROPERTY_PREFIX + ".enabled", matchIfMissing = true)
3027
@ConditionalOnClass(DaprClient.class)
3128
public class DaprCloudConfigAutoConfiguration {
3229

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/config/CloudConfigPropertiesDaprConnectionDetails.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 The Dapr Authors
2+
* Copyright 2025 The Dapr Authors
33
* Licensed under the Apache License, Version 2.0 (the "License");
44
* you may not use this file except in compliance with the License.
55
* You may obtain a copy of the License at

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/config/DaprCloudConfigClientManager.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.config;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/config/DaprCloudConfigProperties.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.config;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/config/DaprConfigurationConfigDataLoader.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.config;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/config/DaprConfigurationConfigDataLocationResolver.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.config;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/config/DaprConfigurationConfigDataResource.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.config;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/secret/DaprSecretStoreConfigDataLoader.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.secret;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/secret/DaprSecretStoreConfigDataLocationResolver.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.secret;
1815

dapr-spring/dapr-spring-cloudconfig/src/main/java/io/dapr/spring/boot/cloudconfig/configdata/secret/DaprSecretStoreConfigDataResource.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
/*
2-
* Copyright (c) 2016-2024 Team Fangkehou
3-
*
2+
* Copyright 2025 The Dapr Authors
43
* Licensed under the Apache License, Version 2.0 (the "License");
54
* you may not use this file except in compliance with the License.
65
* You may obtain a copy of the License at
7-
*
86
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
107
* Unless required by applicable law or agreed to in writing, software
118
* distributed under the License is distributed on an "AS IS" BASIS,
129
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1310
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*/
11+
limitations under the License.
12+
*/
1613

1714
package io.dapr.spring.boot.cloudconfig.configdata.secret;
1815

0 commit comments

Comments
 (0)