We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9e6f3 commit cbc8743Copy full SHA for cbc8743
api/src/main/java/io/kafbat/ui/config/CorsProperties.java
@@ -1,12 +1,12 @@
1
package io.kafbat.ui.config;
2
3
+import lombok.Data;
4
import org.springframework.boot.context.properties.ConfigurationProperties;
5
import org.springframework.stereotype.Component;
-import lombok.Data;
6
7
+@Data
8
@Component
9
@ConfigurationProperties(prefix = "cors")
-@Data
10
11
public class CorsProperties {
12
0 commit comments