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