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 1ef3f3b commit c011913Copy full SHA for c011913
api/src/main/java/io/kafbat/ui/config/CorsProperties.java
@@ -1,8 +1,8 @@
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
@Component
8
@ConfigurationProperties(prefix = "cors")
0 commit comments