feat:打印日志调整 by 小傅哥

This commit is contained in:
小傅哥
2024-01-16 22:17:02 +08:00
parent 435518317e
commit e5aed8580d

View File

@@ -21,6 +21,7 @@ public class Application {
/** /**
* http://localhost:8091/api/test * http://localhost:8091/api/test
* http://117.72.37.243:8091/api/test
*/ */
@RequestMapping(value = "/test", method = RequestMethod.GET) @RequestMapping(value = "/test", method = RequestMethod.GET)
public ResponseBodyEmitter test(HttpServletResponse response) { public ResponseBodyEmitter test(HttpServletResponse response) {