. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.12.RELEASE) 2026-03-11 15:41:08.225 INFO 21044 --- [ main] com.example.UploadApplication : Starting UploadApplication v1.0.1-SNAPSHOT on db2 with PID 21044 (/home/cyxzUpload/cyxzUpload-1.0.1-SNAPSHOT.jar started by root in /home/cyxzUpload) 2026-03-11 15:41:08.228 INFO 21044 --- [ main] com.example.UploadApplication : The following profiles are active: prod3 2026-03-11 15:41:09.610 INFO 21044 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode! 2026-03-11 15:41:09.614 INFO 21044 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode. 2026-03-11 15:41:09.654 INFO 21044 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 23ms. Found 0 Redis repository interfaces. 2026-03-11 15:41:10.883 INFO 21044 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8796 (http) 2026-03-11 15:41:10.902 INFO 21044 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2026-03-11 15:41:10.902 INFO 21044 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.55] 2026-03-11 15:41:11.182 INFO 21044 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/cyxz] : Initializing Spring embedded WebApplicationContext 2026-03-11 15:41:11.182 INFO 21044 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2883 ms Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter. 2026-03-11 15:41:11.970 INFO 21044 --- [ main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource 2026-03-11 15:41:12.167 INFO 21044 --- [ main] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited Parsed mapper file: 'class path resource [com/example/uploadfile/mapper/xml/PictureMapper.xml]' _ _ |_ _ _|_. ___ _ | _ | | |\/|_)(_| | |_\ |_)||_|_\ / | 3.4.0 2026-03-11 15:41:13.002 INFO 21044 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)] 2026-03-11 15:41:13.206 INFO 21044 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' ____ ____ ___ ____ _ _ ____ _ _ [__ |__| __ | | | |_/ |___ |\ | ___] | | | |__| | \_ |___ | \| DevDoc:http://sa-token.dev33.cn (v1.28.0) GitHub:https://github.com/dromara/sa-token 2026-03-11 15:41:13.865 WARN 21044 --- [ main] o.s.b.a.f.FreeMarkerAutoConfiguration : Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false) 2026-03-11 15:41:13.956 INFO 21044 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8796 (http) with context path '/cyxz' 2026-03-11 15:41:13.958 INFO 21044 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped 2026-03-11 15:41:13.963 INFO 21044 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2026-03-11 15:41:14.013 INFO 21044 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2026-03-11 15:41:14.425 INFO 21044 --- [ main] com.example.UploadApplication : Started UploadApplication in 6.873 seconds (JVM running for 7.625) 2026-03-11 15:41:19.362 INFO 21044 --- [nio-8796-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/cyxz] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2026-03-11 15:41:19.363 INFO 21044 --- [nio-8796-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2026-03-11 15:41:19.380 INFO 21044 --- [nio-8796-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 17 ms 2026-03-11 15:41:19.425 ERROR 21044 --- [nio-8796-exec-1] c.e.c.exception.GlobalExceptionHandler : Request method 'GET' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.handleNoMatch(RequestMappingInfoHandlerMapping.java:213) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.lookupHandlerMethod(AbstractHandlerMethodMapping.java:422) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.getHandlerInternal(AbstractHandlerMethodMapping.java:367) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:110) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:59) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMapping.getHandler(AbstractHandlerMapping.java:396) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.getHandler(DispatcherServlet.java:1234) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1016) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at cn.dev33.satoken.filter.SaServletFilter.doFilter(SaServletFilter.java:178) [sa-token-spring-boot-starter-1.28.0.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.55.jar!/:na] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_291] 2026-03-11 15:41:26.451 ERROR 21044 --- [nio-8796-exec-2] c.e.c.exception.GlobalExceptionHandler : Request method 'GET' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.handleNoMatch(RequestMappingInfoHandlerMapping.java:213) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.lookupHandlerMethod(AbstractHandlerMethodMapping.java:422) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.getHandlerInternal(AbstractHandlerMethodMapping.java:367) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:110) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:59) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMapping.getHandler(AbstractHandlerMapping.java:396) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.getHandler(DispatcherServlet.java:1234) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1016) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at cn.dev33.satoken.filter.SaServletFilter.doFilter(SaServletFilter.java:178) [sa-token-spring-boot-starter-1.28.0.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.55.jar!/:na] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_291] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38817220] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@5d498f7d] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Row: 2, http://192.168.124.2, http://png.upkeep51.com/upload/label, /usr/local/nginx/html/upload/label, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 2 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@38817220] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) at com.sun.proxy.$Proxy77.selectOne(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:90) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy96.diskPicture(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy97.diskPicture(Unknown Source) at com.example.uploadfile.service.impl.PictureServiceImpl.fileUploadYaSuo(PictureServiceImpl.java:52) at com.example.uploadfile.controller.PictureController.yaSuo(PictureController.java:164) at com.example.uploadfile.controller.PictureController.diskUrlS(PictureController.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at cn.dev33.satoken.filter.SaServletFilter.doFilter(SaServletFilter.java:178) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ... 73 more Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a7abf71] was not registered for synchronization because synchronization is not active 2026-03-11 15:43:44.855 WARN 21044 --- [nio-8796-exec-8] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 67199 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@132fd8f0] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Row: 2, http://192.168.124.2, http://png.upkeep51.com/upload/label, /usr/local/nginx/html/upload/label, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 2 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a7abf71] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:92) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) at com.sun.proxy.$Proxy77.selectOne(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectOne(SqlSessionTemplate.java:159) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:90) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) at com.sun.proxy.$Proxy96.diskPicture(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy97.diskPicture(Unknown Source) at com.example.uploadfile.service.impl.PictureServiceImpl.fileUploadYaSuo(PictureServiceImpl.java:52) at com.example.uploadfile.controller.PictureController.yaSuo(PictureController.java:164) at com.example.uploadfile.controller.PictureController.diskUrlS(PictureController.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:190) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:138) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:105) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:878) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:792) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:681) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at cn.dev33.satoken.filter.SaServletFilter.doFilter(SaServletFilter.java:178) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:80) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ... 73 more Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b07cb53] was not registered for synchronization because synchronization is not active 2026-03-11 15:45:27.269 WARN 21044 --- [nio-8796-exec-2] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 102404 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3670480a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7b07cb53] 2026-03-11 15:45:27.766 INFO 21044 --- [nio-8796-exec-2] com.example.common.file.PicUtils : 图片原大小=3778kb | 压缩后大小=584kb Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37049658] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3670480a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@37049658] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ed16d28] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3670480a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ed16d28] 2026-03-11 15:46:08.656 INFO 21044 --- [nio-8796-exec-4] com.example.common.file.PicUtils : 图片原大小=3778kb | 压缩后大小=584kb 2026-03-11 15:46:31.561 ERROR 21044 --- [nio-8796-exec-1] c.e.c.exception.GlobalExceptionHandler : Request method 'GET' not supported org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.handleNoMatch(RequestMappingInfoHandlerMapping.java:213) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.lookupHandlerMethod(AbstractHandlerMethodMapping.java:422) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMethodMapping.getHandlerInternal(AbstractHandlerMethodMapping.java:367) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:110) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.mvc.method.RequestMappingInfoHandlerMapping.getHandlerInternal(RequestMappingInfoHandlerMapping.java:59) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.handler.AbstractHandlerMapping.getHandler(AbstractHandlerMapping.java:396) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.getHandler(DispatcherServlet.java:1234) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1016) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943) ~[spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:655) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) [spring-webmvc-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) [tomcat-embed-websocket-9.0.46.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at cn.dev33.satoken.filter.SaServletFilter.doFilter(SaServletFilter.java:178) [sa-token-spring-boot-starter-1.28.0.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) [spring-web-5.2.15.RELEASE.jar!/:5.2.15.RELEASE] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1722) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) [tomcat-embed-core-9.0.55.jar!/:na] at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.55.jar!/:na] at java.lang.Thread.run(Thread.java:748) [na:1.8.0_291] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3179589d] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3670480a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.upkeep51.com/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3179589d] 2026-03-11 15:46:35.527 INFO 21044 --- [nio-8796-exec-6] com.example.common.file.PicUtils : 图片原大小=3778kb | 压缩后大小=584kb Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f108ba] was not registered for synchronization because synchronization is not active 2026-03-11 15:51:03.913 WARN 21044 --- [nio-8796-exec-7] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 268652 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@e34431] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f108ba] 2026-03-11 15:51:04.081 INFO 21044 --- [nio-8796-exec-7] com.example.common.file.PicUtils : 图片原大小=485kb | 压缩后大小=185kb Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@772bbcb5] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@e34431] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@772bbcb5] 2026-03-11 15:52:03.467 INFO 21044 --- [nio-8796-exec-3] com.example.common.file.PicUtils : 图片原大小=485kb | 压缩后大小=185kb Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f5c6d27] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@e34431] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5f5c6d27] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7152ac9] was not registered for synchronization because synchronization is not active 2026-03-11 15:59:28.619 WARN 21044 --- [nio-8796-exec-4] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 413141 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@79736aa7] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7152ac9] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b308a8c] was not registered for synchronization because synchronization is not active 2026-03-11 16:00:46.987 WARN 21044 --- [nio-8796-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 78355 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@5ef432ba] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b308a8c] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56065ab8] was not registered for synchronization because synchronization is not active 2026-03-11 16:03:55.467 WARN 21044 --- [nio-8796-exec-6] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 188470 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@276a0551] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@56065ab8] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cee09a8] was not registered for synchronization because synchronization is not active 2026-03-11 16:13:36.077 WARN 21044 --- [nio-8796-exec-5] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 580596 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@5141ffc9] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6cee09a8] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30dad88d] was not registered for synchronization because synchronization is not active 2026-03-11 16:17:57.535 WARN 21044 --- [io-8796-exec-10] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 261445 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@59d6dc5a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@30dad88d] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5dc3ceab] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@59d6dc5a] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5dc3ceab] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45866299] was not registered for synchronization because synchronization is not active 2026-03-11 16:40:15.204 WARN 21044 --- [nio-8796-exec-7] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 1285767 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@5044a330] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@45866299] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63cb3aa9] was not registered for synchronization because synchronization is not active 2026-03-11 16:41:32.871 WARN 21044 --- [nio-8796-exec-8] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 77653 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@2f693640] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@63cb3aa9] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@220aaad7] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@2f693640] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@220aaad7] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@184779ca] was not registered for synchronization because synchronization is not active 2026-03-11 16:44:30.803 WARN 21044 --- [nio-8796-exec-2] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 125127 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@48c07f02] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@184779ca] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f70c8b5] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@48c07f02] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f70c8b5] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7baea992] was not registered for synchronization because synchronization is not active 2026-03-11 16:46:30.302 WARN 21044 --- [nio-8796-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 73247 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@74453881] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7baea992] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f77d9dc] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@74453881] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7f77d9dc] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9139662] was not registered for synchronization because synchronization is not active 2026-03-11 16:51:29.166 WARN 21044 --- [nio-8796-exec-5] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 259353 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@152c7da1] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@9139662] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ae75585] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@152c7da1] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ae75585] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@af7c48e] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@152c7da1] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@af7c48e] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79fb348b] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@152c7da1] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@79fb348b] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@253ca671] was not registered for synchronization because synchronization is not active 2026-03-11 16:54:53.484 WARN 21044 --- [nio-8796-exec-8] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 93739 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@1f18de0d] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@253ca671] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17ab0dff] was not registered for synchronization because synchronization is not active 2026-03-11 16:58:10.353 WARN 21044 --- [nio-8796-exec-3] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 196856 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@6ad22db7] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17ab0dff] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7406d1b5] was not registered for synchronization because synchronization is not active 2026-03-11 16:59:56.991 WARN 21044 --- [nio-8796-exec-2] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 106629 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@1c5f224e] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7406d1b5] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33d99826] was not registered for synchronization because synchronization is not active 2026-03-11 17:22:45.718 WARN 21044 --- [nio-8796-exec-4] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 1368719 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@6fcef190] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@33d99826] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76aecd28] was not registered for synchronization because synchronization is not active 2026-03-11 17:26:09.387 WARN 21044 --- [nio-8796-exec-1] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 203660 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@78c20856] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@76aecd28] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36723d23] was not registered for synchronization because synchronization is not active 2026-03-11 17:30:27.200 WARN 21044 --- [nio-8796-exec-6] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 257804 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@3c5e4938] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@36723d23] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c58ff36] was not registered for synchronization because synchronization is not active 2026-03-11 17:34:14.881 WARN 21044 --- [nio-8796-exec-5] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 227672 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@196dc859] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@c58ff36] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cfa4946] was not registered for synchronization because synchronization is not active 2026-03-11 17:35:31.160 WARN 21044 --- [io-8796-exec-10] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 76270 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@68ea739b] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4cfa4946] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46c7e7f2] was not registered for synchronization because synchronization is not active 2026-03-11 17:37:01.154 WARN 21044 --- [nio-8796-exec-9] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 89986 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@10163303] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@46c7e7f2] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2163814d] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@10163303] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2163814d] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11ab7f02] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@10163303] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@11ab7f02] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53fed960] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@10163303] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@53fed960] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d0eb24] was not registered for synchronization because synchronization is not active 2026-03-11 17:40:45.425 WARN 21044 --- [nio-8796-exec-2] c.a.druid.pool.DruidAbstractDataSource : discard long time none received connection. , jdbcUrl : jdbc:mysql://192.168.1.21:3306/cyxz?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai, version : 1.2.8, lastPacketReceivedIdleMillis : 97460 JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@56b66a67] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@62d0eb24] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2896f7ea] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@56b66a67] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@2896f7ea] Creating a new SqlSession SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73397e30] was not registered for synchronization because synchronization is not active JDBC Connection [com.mysql.cj.jdbc.ConnectionImpl@56b66a67] will not be managed by Spring ==> Preparing: SELECT * from picture where disk=? ==> Parameters: http://192.168.124.2(String) <== Columns: id, disk, disk_url, img_url, update_time, creation_time <== Row: 1, http://192.168.124.2, http://png.ifajiabang.cn/upload, /usr/local/nginx/html/upload, 2022-10-27 10:23:46, 2022-10-27 10:23:51 <== Total: 1 Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@73397e30]