feat: 重构了 Controller 的目录规范

This commit is contained in:
2025-12-21 03:06:47 +08:00
parent 4634205384
commit 8a026c3458

View File

@@ -1,4 +1,4 @@
package icu.sunway.ai_spring_example.Controllers; package icu.sunway.ai_spring_example.Controller.ExampleEntityController;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;