fix(hotfix/20250324): 新增数据清洗接口

This commit is contained in:
luofu 2025-03-24 13:56:43 +08:00
parent 867fe270d1
commit 7514d712bb

View File

@ -22,7 +22,6 @@ import org.springframework.scheduling.annotation.EnableAsync;
public class TyrServerTestApplication { public class TyrServerTestApplication {
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
// System.setProperty("rocket.consumer.listeners.disable", "true");
System.setProperty("spring.profiles.active", "test"); System.setProperty("spring.profiles.active", "test");
System.setProperty("NACOS_HOST", "https://test-nacos.axzo.cn"); System.setProperty("NACOS_HOST", "https://test-nacos.axzo.cn");
System.setProperty("NACOS_NAMESPACE_ID","f3c0f0d2-bac4-4498-bee7-9c3636b3afdf"); System.setProperty("NACOS_NAMESPACE_ID","f3c0f0d2-bac4-4498-bee7-9c3636b3afdf");