2026-01-16
1.优化代码
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user