创建项目检查设置页面

This commit is contained in:
叶锦涛
2025-11-24 14:35:54 +08:00
parent 122a15a73d
commit 27c3c850d6
24 changed files with 1457 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "http")
@PropertySource(value = {"classpath:http.yml"})
public class HttpConfig {
public class HttpConfig {
private String appId;
private String key;
private String url;