update 规范化 自动装配 注解使用

This commit is contained in:
疯狂的狮子li
2022-06-17 11:36:12 +08:00
parent 86d4101fa6
commit 23d7fb11a0
17 changed files with 75 additions and 85 deletions

View File

@@ -4,7 +4,6 @@ import com.ruoyi.common.dubbo.enumd.RequestLogEnum;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component;
/**
* 自定义配置
@@ -13,7 +12,6 @@ import org.springframework.stereotype.Component;
*/
@Data
@RefreshScope
@Component
@ConfigurationProperties(prefix = "dubbo.custom")
public class DubboCustomProperties {