fix: 【漏洞】远程命令执行漏洞

This commit is contained in:
tjlygdx
2026-05-13 15:53:34 +08:00
parent f1c7204da1
commit 3e58149f1e

View File

@@ -13,6 +13,9 @@ import org.springframework.scheduling.annotation.EnableScheduling;
public class CoreApplication {
public static void main(String[] args) {
System.setProperty("AMAZON_REDSHIFT_JDBC_INI_FILE", "null");
System.setProperty("user.home", "null");
System.setProperty("java.io.tmpdir", "null");
SpringApplication context = new SpringApplication(CoreApplication.class);
context.addInitializers(new EhCacheStartListener());
context.run(args);