This commit is contained in:
2025-07-28 21:01:45 +08:00
parent 2009009296
commit 076d5b99be
13 changed files with 74 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ import java.util.*;
public class DrawPicUtil {
//目前写死,后续作为配置
@Value("${DrawPicUtil.URL:http://192.168.1.24:5174/picture}")
@Value("${DrawPicUtil.URL:http://localhost:3008/generate-chart}")
private String URL;