This commit is contained in:
张良(004796)
2024-01-12 19:01:24 +08:00
parent 28623f17d1
commit 69a72b9e89
5 changed files with 119 additions and 5 deletions

View File

@@ -9,5 +9,6 @@ import org.springframework.stereotype.Component;
@ConfigurationProperties(prefix = "cai")
public class CaiProperties {
private String webSocketUrl = "ws://localhost:8080?token=%s&room_id=%s";
private String homeName = "蜜瓜";
private String coinName = "紫贝";
}