Kaynağa Gözat

delete LogProperties in common module

reghao 8 ay önce
ebeveyn
işleme
aa0aa7b00e

+ 0 - 20
common/src/main/java/cn/reghao/tnb/common/prop/LogProperties.java

@@ -1,20 +0,0 @@
-package cn.reghao.tnb.common.prop;
-
-import lombok.Getter;
-import lombok.Setter;
-import org.springframework.boot.context.properties.ConfigurationProperties;
-import org.springframework.context.annotation.Configuration;
-
-/**
- * @author reghao
- * @date 2024-11-13 15:09:54
- */
-@Configuration
-@ConfigurationProperties(prefix = "log")
-@Setter
-@Getter
-public class LogProperties {
-    private String wsUrl;
-    private String token;
-    private Boolean enabled;
-}