[NO-ISSUE] Remove redundant annotations
This commit is contained in:
parent
26fec72122
commit
b9bf4386ae
|
@ -4,13 +4,11 @@ import lombok.Getter;
|
|||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "logging.web")
|
||||
public class LoggingProperties {
|
||||
|
||||
|
|
Loading…
Reference in New Issue