mirror of
https://gitee.com/shikong-sk/springcloud-study
synced 2025-02-23 13:52:15 +08:00
简单测试
This commit is contained in:
parent
bf4364a3b6
commit
eb3f125902
@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration;
|
|||||||
|
|
||||||
@Data
|
@Data
|
||||||
@Configuration
|
@Configuration
|
||||||
@ConfigurationProperties(prefix = "seaweedfs")
|
@ConfigurationProperties(prefix = "seaweed-fs")
|
||||||
public class SeaweedFsConfig {
|
public class SeaweedFsConfig {
|
||||||
private String url;
|
private String url;
|
||||||
private String accessKey;
|
private String accessKey;
|
||||||
|
@ -10,7 +10,7 @@ spring:
|
|||||||
discovery:
|
discovery:
|
||||||
server-addr: 10.10.10.20:8848
|
server-addr: 10.10.10.20:8848
|
||||||
|
|
||||||
seaweedfs:
|
seaweed-fs:
|
||||||
url: http://10.10.10.100:18333
|
url: http://10.10.10.100:18333
|
||||||
accessKey: fb64fcb7bbe24883b2b49c1e8d1bd02e
|
access-key: fb64fcb7bbe24883b2b49c1e8d1bd02e
|
||||||
secretKey: b40afae726aa7e2783e47b9af60f6c6f
|
secret-key: b40afae726aa7e2783e47b9af60f6c6f
|
||||||
|
Loading…
Reference in New Issue
Block a user