Skip to content

Commit 1a15799

Browse files
committed
fix HazelcastProperties configuration properties naming
1 parent 0e18606 commit 1a15799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

captchaservice-backend/src/main/java/de/muenchen/captchaservice/configuration/hazelcast/HazelcastProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.boot.context.properties.ConfigurationProperties;
55

66
@Data
7-
@ConfigurationProperties("hazelcast")
7+
@ConfigurationProperties("captcha.hazelcast")
88
public class HazelcastProperties {
99
/**
1010
* Name of the hazelcast cluster.

0 commit comments

Comments
 (0)