|
|
@@ -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;
|
|
|
-}
|