宝塔用户_bwbwi_d2d9 发表于 2026-3-10 17:46:05

springboot日志转义

111


2026-03-10 17:36:38 | DEBUG | 权限拦截器已注册,路径配置与过滤器一致
文件存储默认位置:/www/wwwroot/img_springboot/file
2026-03-10T17:36:38.574+08:00 WARN 95815 --- [ main] o.s.w.s.resource.ResourceHandlerUtils : Appended trailing slash to static resource location: file:/www/wwwroot/img_springboot/file/
2026-03-10T17:36:38.664+08:00 INFO 95815 --- [ main] m.e.s.MybatisPlusApplicationContextAware : Register ApplicationContext instances org.springframework.boot.web.server.servlet.context.AnnotationConfigServletWebServerApplicationContext@17cdf2d0
2026-03-10T17:36:38.871+08:00 INFO 95815 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint beneath base path '/actuator'
2026-03-10T17:36:38.932+08:00 INFO 95815 --- [ main] o.s.boot.tomcat.TomcatWebServer : Tomcat started on port 10001 (http) with context path '/'
2026-03-10T17:36:38.946+08:00 INFO 95815 --- [ main] c.e.UtioyV1.SpringUtioYV1Application : Started SpringUtioYV1Application in 4.578 seconds (process running for 5.094)
配置:v1 端口:10001
2026-03-10 17:36:38 | INFO | 配置:v1 端口:10001
2026-03-10 17:36:38 | INFO | 数据库加载完毕
2026-03-10 17:36:38 | INFO | 启动日志线程


能不能完善一下java项目/springboot查看日志的时候这个[1;32mI 的ansl转义问题

页: [1]
查看完整版本: springboot日志转义