This commit is contained in:
huzhengkao 2025-06-27 18:13:33 +08:00
parent 3a3c711177
commit 375d2129b0
4 changed files with 12 additions and 20 deletions

18
pom.xml
View File

@ -101,24 +101,6 @@
<version>3.5.1</version>
</dependency>
<!-- JPA 支持-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<!--Jackson XML-->
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.32</version> <!-- 使用最新版本 -->
</dependency>
</dependencies>
<build>

View File

@ -202,4 +202,8 @@ public class AjaxResult extends HashMap<String, Object> {
super.put(key, value);
return this;
}
public static void main(String[] args) {
System.out.println(AjaxResult.success());
}
}

View File

@ -181,4 +181,10 @@ public class SupervisionEdhServerController {
}
@GetMapping("/test")
public AjaxResult test(HttpServletRequest request) {
return AjaxResult.success();
}
}

View File

@ -35,8 +35,8 @@ logging:
cert:
#本地
#path: D:\ynyp\药品追溯\d2d\edh.pfx
path: D:\ynyp\药品追溯\d2d\edh.pfx
#服务器
path: /app/cert/edh.pfx
#path: /app/cert/edh.pfx
password: YnYp123456
algorithm: RSA