2026-01-16
1.优化代码
This commit is contained in:
@@ -97,7 +97,7 @@
|
|||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
<scope>annotationProcessor</scope>
|
<scope>annotationProcessor</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>log4j</groupId>
|
<groupId>log4j</groupId>
|
||||||
<artifactId>log4j</artifactId>
|
<artifactId>log4j</artifactId>
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ public class ToolController {
|
|||||||
|
|
||||||
@RequestMapping("/JiSuanQi")
|
@RequestMapping("/JiSuanQi")
|
||||||
public String JiSuanQi(){
|
public String JiSuanQi(){
|
||||||
return "tools/JiSuanQi.html";
|
return "tools/JiSuanQi/JiSuanQi.html";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user