2026-01-16

1.优化代码
This commit is contained in:
matepad
2026-01-16 06:43:46 +00:00
parent 7b653dbdf7
commit 1f8a288f1e
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
<artifactId>lombok</artifactId>
<scope>annotationProcessor</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
@@ -8,6 +8,6 @@ public class ToolController {
@RequestMapping("/JiSuanQi")
public String JiSuanQi(){
return "tools/JiSuanQi.html";
return "tools/JiSuanQi/JiSuanQi.html";
}
}