Commit 379342bc by yuwei

项目初始化

parent a59a30ee
...@@ -2,8 +2,10 @@ package cn.datax.service.file.properties; ...@@ -2,8 +2,10 @@ package cn.datax.service.file.properties;
import lombok.Data; import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;
@Data @Data
@Configuration
@ConfigurationProperties(prefix = "data.file-server") @ConfigurationProperties(prefix = "data.file-server")
public class FileServerProperties { public class FileServerProperties {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment