From 8a10622df7986a2cb430e812ee547c56ebc9f4be Mon Sep 17 00:00:00 2001 From: lwy Date: Sat, 6 May 2023 19:49:47 +0800 Subject: [PATCH] fix bug --- logs/myapp.log | 2186 +++++++++++++++++ myapp.log | 253 ++ pom.xml | 17 +- .../common/BaseController.java | 16 +- .../controller/ScanController.java | 34 +- .../controller/WbController.java | 63 +- .../read_statistics/pojo/Result/UserScan.java | 5 +- ...ion.properties => application.properties1} | 0 src/main/resources/application.yml | 23 + src/main/resources/logback-spring.xml | 21 + src/main/resources/mybatis-config.xml | 4 + 11 files changed, 2569 insertions(+), 53 deletions(-) create mode 100644 logs/myapp.log create mode 100644 myapp.log rename src/main/resources/{application.properties => application.properties1} (100%) create mode 100644 src/main/resources/application.yml create mode 100644 src/main/resources/logback-spring.xml diff --git a/logs/myapp.log b/logs/myapp.log new file mode 100644 index 0000000..ddee337 --- /dev/null +++ b/logs/myapp.log @@ -0,0 +1,2186 @@ +09:56:42.294 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 26164 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +09:56:42.299 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +09:56:42.300 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +09:56:42.394 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +09:56:42.394 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +09:56:44.296 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +09:56:44.312 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +09:56:44.313 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +09:56:44.313 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +09:56:44.420 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +09:56:44.422 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2025 ms +09:56:45.234 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +09:56:45.464 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +09:56:45.497 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +09:56:45.526 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.168 seconds (process running for 4.824) +09:56:52.275 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +09:56:52.275 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +09:56:52.276 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +09:56:52.313 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - This is a log message +09:56:52.430 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url}] with root cause +java.sql.SQLException: No suitable driver found for ${spring.datasource.url} + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706) + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:224) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:446) + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:96) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:145) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:67) + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) + at jdk.proxy3/jdk.proxy3.$Proxy78.getUserScanList(Unknown Source) + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:53) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +11:02:14.394 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 18968 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:02:14.397 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:02:14.399 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:02:14.495 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:02:14.495 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:02:16.515 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:02:16.533 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:02:16.534 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:02:16.534 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:02:16.650 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:02:16.652 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2154 ms +11:02:17.470 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:02:17.686 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:02:17.725 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:02:17.744 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.433 seconds (process running for 5.772) +11:07:04.678 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +11:07:04.678 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +11:07:04.679 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +11:07:04.721 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - This is a log message +11:07:04.829 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url}] with root cause +java.sql.SQLException: No suitable driver found for ${spring.datasource.url} + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706) + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:224) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:446) + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:96) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:145) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:67) + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) + at jdk.proxy3/jdk.proxy3.$Proxy78.getUserScanList(Unknown Source) + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:53) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +11:17:01.943 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 17832 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:17:01.946 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:17:01.947 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:17:02.042 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:17:02.042 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:17:03.984 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:17:04.003 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:17:04.004 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:17:04.004 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:17:04.111 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:17:04.114 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2068 ms +11:17:05.006 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:17:05.305 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:17:05.342 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:17:05.360 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.357 seconds (process running for 5.072) +11:17:07.388 [http-nio-8080-exec-5] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +11:17:07.389 [http-nio-8080-exec-5] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +11:17:07.390 [http-nio-8080-exec-5] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +11:17:07.428 [http-nio-8080-exec-5] INFO t.l.r.controller.ScanController - This is a log message +11:17:07.536 [http-nio-8080-exec-5] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url}] with root cause +java.sql.SQLException: No suitable driver found for ${spring.datasource.url} + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706) + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:190) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:224) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:432) + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:89) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:139) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:61) + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) + at jdk.proxy3/jdk.proxy3.$Proxy78.getUserScanList(Unknown Source) + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:53) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +11:18:32.541 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 8184 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:18:32.544 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:18:32.546 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:18:32.641 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:18:32.642 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:18:34.706 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:18:34.724 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:18:34.725 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:18:34.726 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:18:34.838 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:18:34.839 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2195 ms +11:18:35.689 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:18:35.925 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:18:35.957 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:18:35.974 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.423 seconds (process running for 5.115) +11:18:40.712 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +11:18:40.713 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +11:18:40.715 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +11:18:40.756 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - This is a log message +11:18:40.886 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name}] with root cause +java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name} + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.initializeDriver(UnpooledDataSource.java:244) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:223) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:432) + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:89) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:139) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:61) + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) + at jdk.proxy3/jdk.proxy3.$Proxy78.getUserScanList(Unknown Source) + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:53) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +11:19:25.841 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 2488 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:19:25.844 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:19:25.845 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:19:25.937 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:19:25.937 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:19:27.966 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:19:27.985 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:19:27.986 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:19:27.986 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:19:28.106 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:19:28.108 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2168 ms +11:19:28.984 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:19:29.200 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:19:29.229 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:19:29.247 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.358 seconds (process running for 5.072) +11:19:33.298 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +11:19:33.298 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +11:19:33.299 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +11:19:33.339 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - This is a log message +11:19:33.465 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name}] with root cause +java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: Cannot find class: ${spring.datasource.driver-class-name} + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.initializeDriver(UnpooledDataSource.java:244) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:223) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:432) + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:89) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:139) + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:61) + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) + at jdk.proxy3/jdk.proxy3.$Proxy78.getUserScanList(Unknown Source) + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:53) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +11:22:07.828 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 6240 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:22:07.834 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:22:07.835 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:22:07.931 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:22:07.931 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:22:09.867 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:22:09.883 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:22:09.883 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:22:09.884 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:22:09.991 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:22:09.994 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2060 ms +11:22:10.832 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:22:11.034 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:22:11.067 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:22:11.081 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.176 seconds (process running for 5.006) +11:25:11.267 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +11:25:11.268 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +11:25:11.269 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +11:25:11.312 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - This is a log message +11:25:11.944 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Preparing: select userScanList from scan where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +11:25:11.978 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Parameters: +11:25:12.025 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - <== Total: 0 +11:30:19.063 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 9956 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +11:30:19.065 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +11:30:19.066 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +11:30:19.152 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +11:30:19.152 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +11:30:21.180 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +11:30:21.201 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +11:30:21.202 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +11:30:21.203 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +11:30:21.306 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +11:30:21.310 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2153 ms +11:30:22.150 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +11:30:22.365 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +11:30:22.394 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +11:30:22.408 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.24 seconds (process running for 4.876) +15:36:36.839 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 23352 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +15:36:36.843 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +15:36:36.844 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +15:36:36.933 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +15:36:36.934 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +15:36:38.895 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +15:36:38.910 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +15:36:38.912 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +15:36:38.912 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +15:36:39.014 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +15:36:39.016 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2079 ms +15:36:39.875 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +15:36:40.111 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +15:36:40.144 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +15:36:40.158 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.338 seconds (process running for 5.033) +15:36:41.435 [http-nio-8080-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +15:36:41.436 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +15:36:41.437 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +15:36:44.479 [http-nio-8080-exec-6] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Preparing: insert into scan (userScanList) values (?) +15:36:44.511 [http-nio-8080-exec-6] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Parameters: 1(String) +15:36:44.546 [http-nio-8080-exec-6] DEBUG t.l.r.dao.ScanMapper.setUserScanList - <== Updates: 1 +15:36:44.597 [http-nio-8080-exec-6] INFO t.l.r.controller.ScanController - 2023-05-06 15:36:43.946709400userScanList = 1 +15:41:18.346 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 20252 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +15:41:18.351 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +15:41:18.352 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +15:41:18.448 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +15:41:18.448 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +15:41:20.568 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +15:41:20.588 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +15:41:20.590 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +15:41:20.591 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +15:41:20.703 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +15:41:20.705 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2254 ms +15:41:21.468 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +15:41:21.677 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +15:41:21.708 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +15:41:21.723 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.328 seconds (process running for 5.013) +15:44:48.310 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +15:44:48.310 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +15:44:48.312 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +15:44:49.091 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Preparing: insert into scan (userScanList) values (?) +15:44:49.120 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Parameters: 2(String) +15:44:49.159 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - <== Updates: 1 +15:44:49.221 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - 2023-05-06 15:44:48 userScanList = 2 +16:16:39.003 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 25844 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +16:16:39.007 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +16:16:39.008 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +16:16:39.092 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +16:16:39.092 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +16:16:41.093 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +16:16:41.107 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +16:16:41.109 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +16:16:41.109 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +16:16:41.209 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +16:16:41.211 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2116 ms +16:16:41.965 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +16:16:42.176 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +16:16:42.207 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +16:16:42.224 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.019 seconds (process running for 4.695) +16:17:48.567 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +16:17:48.567 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +16:17:48.568 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +16:17:49.248 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Preparing: insert into scan (userScanList) values (?) +16:17:49.274 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Parameters: Neo, 王宁, 李昊哲, 卢扬扬, 李利明, 李翠松, 范聪聪, 石国卿, 李攀科, 段军智, 时红文, 杨嫩峰, 陆明波, 李长松, 王晓华, 王鹏宇 , 李少民, 苏社伟, 姜丹丹, 任国卿, 康永芳, 王晓燕, 胡幸凡, 马静迪, 周颖, 钟响亮, 徐丽, 张睿祥, 王站伟, 张卓浩, 张彦玲, 邵晓静, 王林刚, 朱卫卫, 陈宏涛, 刘芳, 石英玺, 石英夏, 乔杏一, 杨玉明, 方艳丽, 吴晓晖, 韩晓娜, 许思琪, 方伊东, 张胜敏, 王辉, 周雅丽, 李红亮, 王志伟, 陶利平, 梁静, 谢琨, 韩幸, 郝盼弟, 李德伟, 高静亚, 赵伊曼, 李丽雅, 李向辉, 翟志明, 田津辉, 苏争民, 黄义利, 周顺杰, 郭明杰, 韦培培, 李增辉, 申得晟, 李元(String) +16:17:49.313 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.setUserScanList - <== Updates: 1 +16:17:49.368 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - 2023-05-06 16:17:48 userScanList = Neo, 王宁, 李昊哲, 卢扬扬, 李利明, 李翠松, 范聪聪, 石国卿, 李攀科, 段军智, 时红文, 杨嫩峰, 陆明波, 李长松, 王晓华, 王鹏宇 , 李少民, 苏社伟, 姜丹丹, 任国卿, 康永芳, 王晓燕, 胡幸凡, 马静迪, 周颖, 钟响亮, 徐丽, 张睿祥, 王站伟, 张卓浩, 张彦玲, 邵晓静, 王林刚, 朱卫卫, 陈宏涛, 刘芳, 石英玺, 石英夏, 乔杏一, 杨玉明, 方艳丽, 吴晓晖, 韩晓娜, 许思琪, 方伊东, 张胜敏, 王辉, 周雅丽, 李红亮, 王志伟, 陶利平, 梁静, 谢琨, 韩幸, 郝盼弟, 李德伟, 高静亚, 赵伊曼, 李丽雅, 李向辉, 翟志明, 田津辉, 苏争民, 黄义利, 周顺杰, 郭明杰, 韦培培, 李增辉, 申得晟, 李元 +16:17:50.588 [http-nio-8080-exec-5] INFO t.l.r.controller.ScanController - 输出今天的微信再看名单 +16:17:50.627 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Preparing: select userScanList from scan where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +16:17:50.627 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Parameters: +16:17:50.657 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.getUserScanList - <== Total: 1 +16:17:50.663 [http-nio-8080-exec-5] INFO t.l.r.controller.ScanController - 2023年5月6日 16:17:50 点击在看的人员是:Neo, 王宁, 李昊哲, 卢扬扬, 李利明, 李翠松, 范聪聪, 石国卿, 李攀科, 段军智, 时红文, 杨嫩峰, 陆明波, 李长松, 王晓华, 王鹏宇 , 李少民, 苏社伟, 姜丹丹, 任国卿, 康永芳, 王晓燕, 胡幸凡, 马静迪, 周颖, 钟响亮, 徐丽, 张睿祥, 王站伟, 张卓浩, 张彦玲, 邵晓静, 王林刚, 朱卫卫, 陈宏涛, 刘芳, 石英玺, 石英夏, 乔杏一, 杨玉明, 方艳丽, 吴晓晖, 韩晓娜, 许思琪, 方伊东, 张胜敏, 王辉, 周雅丽, 李红亮, 王志伟, 陶利平, 梁静, 谢琨, 韩幸, 郝盼弟, 李德伟, 高静亚, 赵伊曼, 李丽雅, 李向辉, 翟志明, 田津辉, 苏争民, 黄义利, 周顺杰, 郭明杰, 韦培培, 李增辉, 申得晟, 李元 +16:17:50.666 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +16:17:50.666 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +16:17:50.687 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +16:17:50.688 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.688 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 0(Integer) +16:17:50.711 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.712 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.713 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +16:17:50.733 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.734 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.734 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +16:17:50.754 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +16:17:50.754 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.754 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +16:17:50.778 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.779 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.779 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +16:17:50.800 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.801 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.801 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +16:17:50.822 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +16:17:50.823 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.823 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +16:17:50.845 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:17:50.846 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.846 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +16:17:50.867 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +16:17:50.868 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.868 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +16:17:50.888 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.888 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.889 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +16:17:50.914 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +16:17:50.914 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.916 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +16:17:50.935 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +16:17:50.935 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.936 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +16:17:50.961 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:17:50.961 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.962 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +16:17:50.982 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:17:50.983 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:17:50.983 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +16:17:51.004 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +16:36:03.171 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 10568 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +16:36:03.174 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +16:36:03.176 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +16:36:03.253 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +16:36:03.253 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +16:36:05.177 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +16:36:05.193 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +16:36:05.195 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +16:36:05.195 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +16:36:05.302 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +16:36:05.304 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2048 ms +16:36:06.170 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +16:36:06.392 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +16:36:06.426 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +16:36:06.443 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.061 seconds (process running for 4.6) +16:38:12.822 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 13256 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +16:38:12.826 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +16:38:12.827 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +16:38:12.912 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +16:38:12.912 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +16:38:14.917 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +16:38:14.933 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +16:38:14.934 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +16:38:14.935 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +16:38:15.036 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +16:38:15.038 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2123 ms +16:38:15.814 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +16:38:16.037 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +16:38:16.070 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +16:38:16.088 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.109 seconds (process running for 4.718) +16:38:18.196 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +16:38:18.197 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +16:38:18.198 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +16:38:18.347 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - wbUserScanList: 由始至终6234 + +伊川县融媒体中心 + +韦培培8866 + +用户7394451926 + +Blank_李 + +用户7751642814 + +李学生HERO + +cuisongli + +用户772779289353770 + +用户0641583665 + +M一直在丶 + +用户-Li攀科 + +周雅丽yl + +用户7728156489 + +用户7728406643 + +用户7727570331 + +伊水yiren + +用户6074269166 + +T陶利平 + +用户7494053678 + +用户7727682075 + +伊川苏伟 + +任国卿369 + +周顺杰6353513723 + +用户7728404902 + +申得晟 + +用户7727561652 + +小向0624 + +用户7019115089 + +用户7728523477 + +用户7726879228 + +李增辉Lee + +伊河邀月5747659570 + +用户6119311666 + +蓝色心999 + +钟响亮xiangliang + +用户5506592228 + +用户7753825342 + +志明zzm1988 + +大肋肋 + +波澜壮阔201502 + +用户7771955377 + +用户7728168826 + +v李丽雅 + +伊川融媒卫卫 + +用户7569030612 + +伊水草民 + +用户39900 + +芳草青青FC + +6252023114gNIKH + +宛兮的笑 + +石英夏 + +一树一树花开 + +胖虎与哈尼 + +用户7728498387 + +用户7756448203 + +李红亮11 + +用户7728253165 + +大海里的寄居蟹 + +高静亚199 + +孙飞32207 +16:38:19.056 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +16:38:19.079 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 由始至终6234 + +伊川县融媒体中心 + +韦培培8866 + +用户7394451926 + +Blank_李 + +用户7751642814 + +李学生HERO + +cuisongli + +用户772779289353770 + +用户0641583665 + +M一直在丶 + +用户-Li攀科 + +周雅丽yl + +用户7728156489 + +用户7728406643 + +用户7727570331 + +伊水yiren + +用户6074269166 + +T陶利平 + +用户7494053678 + +用户7727682075 + +伊川苏伟 + +任国卿369 + +周顺杰6353513723 + +用户7728404902 + +申得晟 + +用户7727561652 + +小向0624 + +用户7019115089 + +用户7728523477 + +用户7726879228 + +李增辉Lee + +伊河邀月5747659570 + +用户6119311666 + +蓝色心999 + +钟响亮xiangliang + +用户5506592228 + +用户7753825342 + +志明zzm1988 + +大肋肋 + +波澜壮阔201502 + +用户7771955377 + +用户7728168826 + +v李丽雅 + +伊川融媒卫卫 + +用户7569030612 + +伊水草民 + +用户39900 + +芳草青青FC + +6252023114gNIKH + +宛兮的笑 + +石英夏 + +一树一树花开 + +胖虎与哈尼 + +用户7728498387 + +用户7756448203 + +李红亮11 + +用户7728253165 + +大海里的寄居蟹 + +高静亚199 + +孙飞32207(String) +16:38:19.123 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +16:38:32.097 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +16:38:32.098 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +16:38:32.127 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +16:38:32.132 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 2023年5月6日 16:38:32 微博点赞评论人员是:由始至终6234 + +伊川县融媒体中心 + +韦培培8866 + +用户7394451926 + +Blank_李 + +用户7751642814 + +李学生HERO + +cuisongli + +用户772779289353770 + +用户0641583665 + +M一直在丶 + +用户-Li攀科 + +周雅丽yl + +用户7728156489 + +用户7728406643 + +用户7727570331 + +伊水yiren + +用户6074269166 + +T陶利平 + +用户7494053678 + +用户7727682075 + +伊川苏伟 + +任国卿369 + +周顺杰6353513723 + +用户7728404902 + +申得晟 + +用户7727561652 + +小向0624 + +用户7019115089 + +用户7728523477 + +用户7726879228 + +李增辉Lee + +伊河邀月5747659570 + +用户6119311666 + +蓝色心999 + +钟响亮xiangliang + +用户5506592228 + +用户7753825342 + +志明zzm1988 + +大肋肋 + +波澜壮阔201502 + +用户7771955377 + +用户7728168826 + +v李丽雅 + +伊川融媒卫卫 + +用户7569030612 + +伊水草民 + +用户39900 + +芳草青青FC + +6252023114gNIKH + +宛兮的笑 + +石英夏 + +一树一树花开 + +胖虎与哈尼 + +用户7728498387 + +用户7756448203 + +李红亮11 + +用户7728253165 + +大海里的寄居蟹 + +高静亚199 + +孙飞32207 +16:38:32.133 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 由始至终6234 + +伊川县融媒体中心 + +韦培培8866 + +用户7394451926 + +Blank_李 + +用户7751642814 + +李学生HERO + +cuisongli + +用户772779289353770 + +用户0641583665 + +M一直在丶 + +用户-Li攀科 + +周雅丽yl + +用户7728156489 + +用户7728406643 + +用户7727570331 + +伊水yiren + +用户6074269166 + +T陶利平 + +用户7494053678 + +用户7727682075 + +伊川苏伟 + +任国卿369 + +周顺杰6353513723 + +用户7728404902 + +申得晟 + +用户7727561652 + +小向0624 + +用户7019115089 + +用户7728523477 + +用户7726879228 + +李增辉Lee + +伊河邀月5747659570 + +用户6119311666 + +蓝色心999 + +钟响亮xiangliang + +用户5506592228 + +用户7753825342 + +志明zzm1988 + +大肋肋 + +波澜壮阔201502 + +用户7771955377 + +用户7728168826 + +v李丽雅 + +伊川融媒卫卫 + +用户7569030612 + +伊水草民 + +用户39900 + +芳草青青FC + +6252023114gNIKH + +宛兮的笑 + +石英夏 + +一树一树花开 + +胖虎与哈尼 + +用户7728498387 + +用户7756448203 + +李红亮11 + +用户7728253165 + +大海里的寄居蟹 + +高静亚199 + +孙飞32207 +16:38:32.135 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +16:38:32.135 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +16:38:32.154 [http-nio-8080-exec-5] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +16:38:32.155 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.155 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +16:38:32.175 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:38:32.176 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.177 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +16:38:32.195 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +16:38:32.196 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.196 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +16:38:32.214 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 闫露 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - Joy-9716 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 梁文元 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 李元 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 元元-ly +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 姜琰 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 姜姜_呦 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 许思琪 +16:38:32.215 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 许思琪JOE +16:38:32.216 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.216 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +16:38:32.239 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:38:32.240 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.240 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +16:38:32.260 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +16:38:32.261 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.261 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +16:38:32.281 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:38:32.281 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.282 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +16:38:32.300 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +16:38:32.300 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.300 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +16:38:32.318 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:38:32.318 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.318 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +16:38:32.335 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +16:38:32.335 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.336 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +16:38:32.352 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +16:38:32.353 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.353 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +16:38:32.372 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:38:32.372 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.372 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +16:38:32.390 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:38:32.391 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:38:32.391 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +16:38:32.411 [http-nio-8080-exec-5] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +16:41:23.633 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 22296 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +16:41:23.636 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +16:41:23.637 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +16:41:23.720 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +16:41:23.721 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +16:41:25.570 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +16:41:25.587 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +16:41:25.589 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +16:41:25.589 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +16:41:25.679 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +16:41:25.682 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1959 ms +16:41:26.438 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +16:41:26.636 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +16:41:26.671 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +16:41:26.684 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 3.85 seconds (process running for 4.461) +16:42:04.207 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +16:42:04.207 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +16:42:04.208 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +16:42:04.332 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - null +16:42:06.038 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +16:42:06.593 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +16:42:06.616 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207(String) +16:42:06.664 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +16:42:18.756 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +16:42:18.757 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +16:42:18.791 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +16:42:18.797 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 2023年5月6日 16:42:18 微博点赞评论人员是:由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +16:42:18.797 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +16:42:18.800 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +16:42:18.801 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +16:42:18.829 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +16:42:18.829 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.830 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +16:42:18.864 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:42:18.865 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.865 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +16:42:18.885 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +16:42:18.885 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.886 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +16:42:18.906 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 闫露 +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - Joy-9716 +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 梁文元 +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 李元 +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 元元-ly +16:42:18.906 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 姜琰 +16:42:18.907 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 姜姜_呦 +16:42:18.907 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 许思琪 +16:42:18.907 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 许思琪JOE +16:42:18.907 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.907 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +16:42:18.929 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:42:18.929 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.930 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +16:42:18.951 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +16:42:18.951 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.951 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +16:42:18.971 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:42:18.972 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.972 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +16:42:18.992 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +16:42:18.992 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:18.993 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +16:42:19.012 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:42:19.013 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:19.013 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +16:42:19.032 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +16:42:19.032 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:19.032 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +16:42:19.051 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +16:42:19.052 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:19.053 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +16:42:19.072 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +16:42:19.073 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:19.073 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +16:42:19.092 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +16:42:19.092 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +16:42:19.092 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +16:42:19.111 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +17:15:20.615 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 21808 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:15:20.618 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:15:20.619 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:15:20.708 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:15:20.708 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:15:22.549 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:15:22.564 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:15:22.566 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:15:22.566 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:15:22.658 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:15:22.661 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1949 ms +17:15:23.492 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:15:23.692 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:15:23.725 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:15:23.743 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 3.899 seconds (process running for 4.519) +17:15:40.089 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:15:40.089 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:15:40.090 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:15:40.137 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - 输出今天的微信再看名单 +17:15:40.807 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Preparing: select userScanList from scan where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +17:15:40.830 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - ==> Parameters: +17:15:40.865 [http-nio-8080-exec-1] DEBUG t.l.r.dao.ScanMapper.getUserScanList - <== Total: 1 +17:15:40.873 [http-nio-8080-exec-1] INFO t.l.r.controller.ScanController - 2023年5月6日 17:15:40 点击在看的人员是:Neo, 王宁, 李昊哲, 卢扬扬, 李利明, 李翠松, 范聪聪, 石国卿, 李攀科, 段军智, 时红文, 杨嫩峰, 陆明波, 李长松, 王晓华, 王鹏宇 , 李少民, 苏社伟, 姜丹丹, 任国卿, 康永芳, 王晓燕, 胡幸凡, 马静迪, 周颖, 钟响亮, 徐丽, 张睿祥, 王站伟, 张卓浩, 张彦玲, 邵晓静, 王林刚, 朱卫卫, 陈宏涛, 刘芳, 石英玺, 石英夏, 乔杏一, 杨玉明, 方艳丽, 吴晓晖, 韩晓娜, 许思琪, 方伊东, 张胜敏, 王辉, 周雅丽, 李红亮, 王志伟, 陶利平, 梁静, 谢琨, 韩幸, 郝盼弟, 李德伟, 高静亚, 赵伊曼, 李丽雅, 李向辉, 翟志明, 田津辉, 苏争民, 黄义利, 周顺杰, 郭明杰, 韦培培, 李增辉, 申得晟, 李元 +17:15:40.876 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +17:15:40.877 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +17:15:40.901 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +17:15:40.903 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:40.903 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 0(Integer) +17:15:40.927 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:40.928 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:40.929 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +17:15:40.952 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:40.952 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:40.953 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +17:15:40.973 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +17:15:40.973 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:40.973 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +17:15:40.999 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:40.999 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.000 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +17:15:41.021 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:41.021 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.022 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +17:15:41.046 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +17:15:41.047 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.048 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +17:15:41.070 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +17:15:41.070 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.071 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +17:15:41.091 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +17:15:41.091 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.092 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +17:15:41.112 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:41.113 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.114 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +17:15:41.133 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +17:15:41.134 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.134 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +17:15:41.154 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +17:15:41.154 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.154 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +17:15:41.176 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +17:15:41.176 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.177 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +17:15:41.198 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +17:15:41.198 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +17:15:41.199 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +17:15:41.221 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +17:29:32.162 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 14668 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:29:32.166 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:29:32.168 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:29:32.258 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:29:32.258 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:29:34.249 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:29:34.266 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:29:34.267 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:29:34.267 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:29:34.368 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:29:34.371 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2109 ms +17:29:35.331 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:29:35.566 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:29:35.610 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:29:35.627 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.35 seconds (process running for 5.157) +17:30:29.193 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 27492 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:30:29.196 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:30:29.197 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:30:29.284 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:30:29.284 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:30:31.383 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:30:31.404 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:30:31.407 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:30:31.408 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:30:31.520 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:30:31.522 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2235 ms +17:30:32.582 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:30:32.805 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:30:32.833 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:30:32.848 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.558 seconds (process running for 5.267) +17:32:32.740 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 8872 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:32:32.743 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:32:32.745 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:32:32.834 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:32:32.834 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:32:34.671 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:32:34.684 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:32:34.686 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:32:34.686 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:32:34.789 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:32:34.792 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1954 ms +17:32:35.600 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:32:35.817 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:32:35.853 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:32:35.869 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 3.966 seconds (process running for 4.629) +17:42:07.361 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 21920 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:42:07.363 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:42:07.365 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:42:07.453 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:42:07.453 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:42:09.299 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:42:09.317 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:42:09.318 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:42:09.318 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:42:09.427 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:42:09.430 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1973 ms +17:42:10.203 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:42:10.415 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:42:10.446 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:42:10.461 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 3.895 seconds (process running for 4.592) +17:42:12.863 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:42:12.863 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:42:12.864 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:42:13.002 [http-nio-8080-exec-1] ERROR o.a.c.c.C.[.[.[.[dispatcherServlet] - Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: java.lang.NullPointerException: Cannot invoke "String.replace(java.lang.CharSequence, java.lang.CharSequence)" because "wbUserScanList" is null] with root cause +java.lang.NullPointerException: Cannot invoke "String.replace(java.lang.CharSequence, java.lang.CharSequence)" because "wbUserScanList" is null + at top.liangwy.read_statistics.controller.WbController.edit(WbController.java:104) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) + at java.base/java.lang.reflect.Method.invoke(Method.java:568) + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) + 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.base/java.lang.Thread.run(Thread.java:833) +17:53:21.593 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 24912 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:53:21.596 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:53:21.597 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:53:21.681 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:53:21.682 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:53:23.658 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:53:23.675 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:53:23.676 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:53:23.677 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:53:23.784 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:53:23.788 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2103 ms +17:53:24.603 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:53:24.829 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:53:24.860 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:53:24.877 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.115 seconds (process running for 4.799) +17:53:27.057 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:53:27.058 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:53:27.059 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:53:39.334 [http-nio-8080-exec-5] INFO t.l.r.common.BaseController - 123 + +123 + +432 +17:53:39.911 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +17:53:39.935 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 123 + +123 + +432(String) +17:53:39.973 [http-nio-8080-exec-5] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +17:55:13.323 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 18732 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:55:13.326 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:55:13.327 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:55:13.417 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:55:13.417 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:55:15.441 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:55:15.457 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:55:15.458 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:55:15.459 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:55:15.557 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:55:15.559 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2140 ms +17:55:16.477 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:55:16.697 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:55:16.727 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:55:16.742 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.329 seconds (process running for 4.976) +17:55:19.546 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:55:19.547 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:55:19.548 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:55:19.675 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - wbUserScanList: 撒饿饭 + +稍等 + +色弱服务 +17:55:19.676 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - newWbUserScanList: 撒饿饭 + +稍等 + +色弱服务 +17:55:20.214 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +17:55:20.254 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 撒饿饭 + +稍等 + +色弱服务(String) +17:55:20.290 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +17:58:21.061 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 24644 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:58:21.065 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:58:21.066 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:58:21.156 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:58:21.156 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:58:23.152 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:58:23.170 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:58:23.171 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:58:23.172 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:58:23.304 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:58:23.307 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2147 ms +17:58:24.100 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:58:24.317 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:58:24.348 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:58:24.363 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.135 seconds (process running for 4.825) +17:58:27.576 [http-nio-8080-exec-2] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:58:27.576 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:58:27.578 [http-nio-8080-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms +17:58:27.731 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - wbUserScanList: 121 + +sdf + +似是而非 +17:58:27.731 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - newWbUserScanList: 121,,sdf,,似是而非 +17:58:28.712 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +17:58:28.745 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 121,,sdf,,似是而非(String) +17:58:28.849 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +17:58:51.700 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 24196 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:58:51.704 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:58:51.705 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:58:51.787 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:58:51.787 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:58:53.745 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:58:53.763 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:58:53.764 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:58:53.764 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:58:53.871 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:58:53.875 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2084 ms +17:58:54.691 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:58:54.915 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:58:54.941 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:58:54.957 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.037 seconds (process running for 4.665) +17:59:14.026 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:59:14.027 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:59:14.028 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:59:14.182 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - wbUserScanList: 123 + +瑟夫 + +安文丰 +17:59:14.182 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - newWbUserScanList: 123, +, +瑟夫, +, +安文丰 +17:59:14.795 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +17:59:14.818 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 123, +, +瑟夫, +, +安文丰(String) +17:59:14.856 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +17:59:26.712 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 25204 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +17:59:26.716 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +17:59:26.717 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +17:59:26.800 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +17:59:26.801 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +17:59:28.680 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +17:59:28.698 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +17:59:28.699 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +17:59:28.700 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +17:59:28.803 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +17:59:28.808 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2002 ms +17:59:29.716 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +17:59:29.949 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +17:59:29.984 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +17:59:29.998 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.096 seconds (process running for 4.715) +17:59:38.823 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +17:59:38.823 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +17:59:38.824 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +17:59:38.962 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - wbUserScanList: 撒饿饭 + +asef + +奥尔夫13 +17:59:38.962 [http-nio-8080-exec-1] INFO t.l.r.common.BaseController - newWbUserScanList: 撒饿饭,asef,奥尔夫13 +17:59:39.550 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +17:59:39.573 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 撒饿饭,asef,奥尔夫13(String) +17:59:39.630 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +18:00:04.940 [http-nio-8080-exec-7] INFO t.l.r.common.BaseController - wbUserScanList: 梁文元 + +闫露 +18:00:04.940 [http-nio-8080-exec-7] INFO t.l.r.common.BaseController - newWbUserScanList: 梁文元,闫露 +18:00:04.977 [http-nio-8080-exec-7] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +18:00:04.977 [http-nio-8080-exec-7] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 梁文元,闫露(String) +18:00:05.015 [http-nio-8080-exec-7] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +18:00:06.116 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:00:06.116 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:00:06.153 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:00:06.158 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 2023年5月6日 18:0:6 微博点赞评论人员是:梁文元,闫露 +18:00:06.158 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 梁文元,闫露 +18:00:06.161 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:00:06.161 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:00:06.186 [http-nio-8080-exec-9] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:00:06.187 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.187 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:00:06.227 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:00:06.228 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.229 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:00:06.254 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:00:06.255 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.255 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:00:06.299 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 闫露 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - Joy-9716 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 梁文元 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 李元 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 元元-ly +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 姜琰 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 姜姜_呦 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 许思琪 +18:00:06.299 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - 许思琪JOE +18:00:06.300 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.300 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:00:06.331 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:00:06.331 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.331 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:00:06.371 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:00:06.372 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.372 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:00:06.405 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:00:06.405 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.405 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:00:06.440 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:00:06.440 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.440 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:00:06.464 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:00:06.465 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.465 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:00:06.509 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:00:06.510 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.510 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:00:06.529 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:00:06.530 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.530 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:00:06.584 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:00:06.584 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.585 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:00:06.611 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:00:06.612 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:00:06.612 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:00:06.634 [http-nio-8080-exec-9] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +18:18:22.091 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:18:22.091 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:18:22.112 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:18:22.112 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 2023年5月6日 18:18:22 微博点赞评论人员是:由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:18:22.112 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:18:22.113 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:18:22.113 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:18:22.134 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:18:22.135 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.135 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:18:22.155 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:22.155 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.155 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:18:22.176 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:18:22.176 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.177 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:18:22.197 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:22.197 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 闫露 +18:18:22.197 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - Joy-9716 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 梁文元 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 李元 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 元元-ly +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 姜琰 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 姜姜_呦 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 许思琪 +18:18:22.198 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 许思琪JOE +18:18:22.198 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.199 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:18:22.218 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:22.219 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.219 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:18:22.239 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:18:22.239 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.240 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:18:22.260 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:18:22.260 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.260 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:18:22.282 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:18:22.283 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.283 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:18:22.304 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:22.304 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.304 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:18:22.325 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:18:22.326 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.326 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:18:22.345 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:18:22.346 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.346 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:18:22.366 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:18:22.366 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.367 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:18:22.386 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:22.387 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:22.387 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:18:22.408 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +18:18:52.503 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - wbUserScanList: 李红亮11 +18:18:52.503 [http-nio-8080-exec-9] INFO t.l.r.common.BaseController - newWbUserScanList: 李红亮11 +18:18:52.539 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +18:18:52.540 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 李红亮11(String) +18:18:52.577 [http-nio-8080-exec-9] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +18:18:54.220 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:18:54.220 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:18:54.239 [http-nio-8080-exec-2] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:18:54.240 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 2023年5月6日 18:18:54 微博点赞评论人员是:李红亮11 +18:18:54.240 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 李红亮11 +18:18:54.240 [http-nio-8080-exec-2] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:18:54.240 [http-nio-8080-exec-2] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:18:54.267 [http-nio-8080-exec-2] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:18:54.268 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.268 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:18:54.290 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:54.291 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.291 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:18:54.313 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:18:54.313 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.313 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:18:54.336 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 闫露 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - Joy-9716 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 梁文元 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 李元 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 元元-ly +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 姜琰 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 姜姜_呦 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 许思琪 +18:18:54.336 [http-nio-8080-exec-2] INFO t.l.r.common.BaseController - 许思琪JOE +18:18:54.336 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.336 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:18:54.358 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:54.359 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.359 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:18:54.382 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:18:54.382 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.383 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:18:54.405 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:18:54.406 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.406 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:18:54.429 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:18:54.429 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.430 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:18:54.451 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:54.452 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.452 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:18:54.471 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:18:54.472 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.472 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:18:54.491 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:18:54.492 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.492 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:18:54.512 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:18:54.512 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.512 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:18:54.532 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:18:54.533 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:18:54.533 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:18:54.553 [http-nio-8080-exec-2] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +18:19:31.471 [http-nio-8080-exec-10] INFO t.l.r.common.BaseController - wbUserScanList: 由始至终6234 + +伊川县融媒体中心 + +韦培培8866 + +用户7394451926 + +Blank_李 + +用户7751642814 + +李学生HERO + +cuisongli + +用户772779289353770 + +用户0641583665 + +M一直在丶 + +用户-Li攀科 + +周雅丽yl + +用户7728156489 + +用户7728406643 + +用户7727570331 + +伊水yiren + +用户6074269166 + +T陶利平 + +用户7494053678 + +用户7727682075 + +伊川苏伟 + +任国卿369 + +周顺杰6353513723 + +用户7728404902 + +申得晟 + +用户7727561652 + +小向0624 + +用户7019115089 + +用户7728523477 + +用户7726879228 + +李增辉Lee + +伊河邀月5747659570 + +用户6119311666 + +蓝色心999 + +钟响亮xiangliang + +用户5506592228 + +用户7753825342 + +志明zzm1988 + +大肋肋 + +波澜壮阔201502 + +用户7771955377 + +用户7728168826 + +v李丽雅 + +伊川融媒卫卫 + +用户7569030612 + +伊水草民 + +用户39900 + +芳草青青FC + +6252023114gNIKH + +宛兮的笑 + +石英夏 + +一树一树花开 + +胖虎与哈尼 + +用户7728498387 + +用户7756448203 + +李红亮11 + +用户7728253165 + +大海里的寄居蟹 + +高静亚199 + +孙飞32207 +18:19:31.471 [http-nio-8080-exec-10] INFO t.l.r.common.BaseController - newWbUserScanList: 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:19:31.509 [http-nio-8080-exec-10] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Preparing: insert into wb (wbUserScanList) values (?) +18:19:31.509 [http-nio-8080-exec-10] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - ==> Parameters: 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207(String) +18:19:31.548 [http-nio-8080-exec-10] DEBUG t.l.r.dao.WbMapper.setWbUserScanList - <== Updates: 1 +18:19:33.908 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:19:33.908 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:19:33.927 [http-nio-8080-exec-6] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:19:33.928 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 2023年5月6日 18:19:33 微博点赞评论人员是:由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:19:33.928 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:19:33.928 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:19:33.928 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:19:33.947 [http-nio-8080-exec-6] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:19:33.947 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:33.948 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:19:33.967 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:19:33.968 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:33.968 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:19:33.987 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:19:33.987 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:33.988 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:19:34.007 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:19:34.007 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 闫露 +18:19:34.007 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - Joy-9716 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 梁文元 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 李元 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 元元-ly +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 姜琰 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 姜姜_呦 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 许思琪 +18:19:34.008 [http-nio-8080-exec-6] INFO t.l.r.common.BaseController - 许思琪JOE +18:19:34.008 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.008 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:19:34.028 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:19:34.029 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.029 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:19:34.049 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:19:34.049 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.049 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:19:34.069 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:19:34.069 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.069 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:19:34.088 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:19:34.089 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.089 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:19:34.109 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:19:34.109 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.109 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:19:34.128 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:19:34.128 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.128 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:19:34.148 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:19:34.148 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.149 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:19:34.168 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:19:34.168 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.168 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:19:34.188 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:19:34.188 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:19:34.189 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:19:34.209 [http-nio-8080-exec-6] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +18:26:45.348 [http-nio-8080-exec-3] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:26:45.348 [http-nio-8080-exec-3] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:26:45.367 [http-nio-8080-exec-3] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:26:45.367 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 2023年5月6日 18:26:45 微博点赞评论人员是:由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:26:45.367 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:26:45.367 [http-nio-8080-exec-3] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:26:45.367 [http-nio-8080-exec-3] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:26:45.386 [http-nio-8080-exec-3] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:26:45.387 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.387 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:26:45.406 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:26:45.406 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.406 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:26:45.425 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:26:45.425 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.425 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:26:45.444 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 闫露 +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - Joy-9716 +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 梁文元 +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 用户3hms2qw5ml +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 李元 +18:26:45.444 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 元元-ly +18:26:45.445 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 姜琰 +18:26:45.445 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 姜姜_呦 +18:26:45.445 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 许思琪 +18:26:45.445 [http-nio-8080-exec-3] INFO t.l.r.common.BaseController - 许思琪JOE +18:26:45.445 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.445 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:26:45.464 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:26:45.464 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.464 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:26:45.483 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:26:45.484 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.484 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:26:45.503 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:26:45.503 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.503 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:26:45.522 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:26:45.523 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.523 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:26:45.542 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:26:45.543 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.543 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:26:45.562 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:26:45.563 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.563 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:26:45.582 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:26:45.582 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.582 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:26:45.601 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:26:45.601 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.602 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:26:45.620 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:26:45.620 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:26:45.621 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:26:45.639 [http-nio-8080-exec-3] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +18:37:03.318 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 23852 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +18:37:03.321 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +18:37:03.323 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +18:37:03.411 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +18:37:03.411 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +18:37:05.352 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +18:37:05.369 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +18:37:05.371 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +18:37:05.371 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +18:37:05.475 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +18:37:05.479 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2064 ms +18:37:06.298 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +18:37:06.513 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +18:37:06.546 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +18:37:06.561 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.097 seconds (process running for 4.743) +18:37:09.647 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +18:37:09.648 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +18:37:09.649 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +18:37:10.367 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Preparing: select wbUserScanList from wb where to_days(now()) - to_days(createTime) = 0 order by createTime desc limit 1; +18:37:10.421 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - ==> Parameters: +18:37:10.457 [http-nio-8080-exec-1] DEBUG t.l.r.dao.WbMapper.getWbUserScanList - <== Total: 1 +18:37:10.458 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 微博点赞评论人员是:由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:37:10.459 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 由始至终6234,伊川县融媒体中心,韦培培8866,用户7394451926,Blank_李,用户7751642814,李学生HERO,cuisongli,用户772779289353770,用户0641583665,M一直在丶,用户-Li攀科,周雅丽yl,用户7728156489,用户7728406643,用户7727570331,伊水yiren,用户6074269166,T陶利平,用户7494053678,用户7727682075,伊川苏伟,任国卿369,周顺杰6353513723,用户7728404902,申得晟,用户7727561652,小向0624,用户7019115089,用户7728523477,用户7726879228,李增辉Lee,伊河邀月5747659570,用户6119311666,蓝色心999,钟响亮xiangliang,用户5506592228,用户7753825342,志明zzm1988,大肋肋,波澜壮阔201502,用户7771955377,用户7728168826,v李丽雅,伊川融媒卫卫,用户7569030612,伊水草民,用户39900,芳草青青FC,6252023114gNIKH,宛兮的笑,石英夏,一树一树花开,胖虎与哈尼,用户7728498387,用户7756448203,李红亮11,用户7728253165,大海里的寄居蟹,高静亚199,孙飞32207 +18:37:10.462 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Preparing: select * from dept where deleted = 0 order by `order` +18:37:10.462 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - ==> Parameters: +18:37:10.482 [http-nio-8080-exec-1] DEBUG t.l.r.dao.DeptMapper.getAllDeptName - <== Total: 14 +18:37:10.484 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.485 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 1(Integer) +18:37:10.506 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:37:10.508 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.509 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 14(Integer) +18:37:10.527 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 3 +18:37:10.528 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.528 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 2(Integer) +18:37:10.547 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 闫露 +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - Joy-9716 +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 梁文元 +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 用户3hms2qw5ml +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 李元 +18:37:10.547 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 元元-ly +18:37:10.548 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 姜琰 +18:37:10.548 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 姜姜_呦 +18:37:10.548 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 许思琪 +18:37:10.548 [http-nio-8080-exec-1] INFO t.l.r.controller.WbController - 许思琪JOE +18:37:10.548 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.548 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 3(Integer) +18:37:10.572 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:37:10.573 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.574 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 4(Integer) +18:37:10.594 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 11 +18:37:10.595 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.596 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 5(Integer) +18:37:10.615 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:37:10.616 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.616 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 6(Integer) +18:37:10.636 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 8 +18:37:10.637 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.637 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 7(Integer) +18:37:10.656 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:37:10.657 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.657 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 8(Integer) +18:37:10.675 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 4 +18:37:10.676 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.676 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 9(Integer) +18:37:10.693 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 2 +18:37:10.694 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.694 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 10(Integer) +18:37:10.713 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 7 +18:37:10.713 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.714 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 11(Integer) +18:37:10.731 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 5 +18:37:10.732 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Preparing: select * from user where deptId = ? and deleted = 0 order by `order` +18:37:10.732 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - ==> Parameters: 13(Integer) +18:37:10.751 [http-nio-8080-exec-1] DEBUG t.l.r.dao.UserMapper.getUserByDeptId - <== Total: 10 +19:16:50.797 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 14172 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +19:16:50.800 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +19:16:50.801 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +19:16:50.897 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +19:16:50.897 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +19:16:52.914 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +19:16:52.932 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +19:16:52.933 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +19:16:52.937 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +19:16:53.040 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +19:16:53.043 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2143 ms +19:16:53.847 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +19:16:54.062 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +19:16:54.093 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +19:16:54.108 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 4.312 seconds (process running for 5.031) +19:16:59.667 [http-nio-8080-exec-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' +19:16:59.668 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' +19:16:59.669 [http-nio-8080-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms +19:17:03.428 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Preparing: insert into scan (userScanList) values (?) +19:17:03.454 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Parameters: 21(String) +19:17:03.494 [http-nio-8080-exec-5] DEBUG t.l.r.dao.ScanMapper.setUserScanList - <== Updates: 1 +19:17:03.554 [http-nio-8080-exec-5] INFO t.l.r.controller.ScanController - 2023-05-06 19:17:02 userScanList = 21 +19:27:55.001 [http-nio-8080-exec-3] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Preparing: insert into scan (userScanList) values (?) +19:27:55.001 [http-nio-8080-exec-3] DEBUG t.l.r.dao.ScanMapper.setUserScanList - ==> Parameters: 32(String) +19:27:55.052 [http-nio-8080-exec-3] DEBUG t.l.r.dao.ScanMapper.setUserScanList - <== Updates: 1 +19:27:55.144 [http-nio-8080-exec-3] INFO t.l.r.controller.ScanController - 2023-05-06 19:27:54 userScanList = 32 +19:33:53.955 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Starting ReadStatisticsApplication using Java 17.0.7 with PID 9472 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +19:33:53.959 [restartedMain] DEBUG t.l.r.ReadStatisticsApplication - Running with Spring Boot v3.0.6, Spring v6.0.8 +19:33:53.960 [restartedMain] INFO t.l.r.ReadStatisticsApplication - No active profile set, falling back to 1 default profile: "default" +19:33:54.053 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +19:33:54.053 [restartedMain] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +19:33:55.906 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) +19:33:55.922 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"] +19:33:55.924 [restartedMain] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] +19:33:55.925 [restartedMain] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/10.1.8] +19:33:56.033 [restartedMain] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext +19:33:56.037 [restartedMain] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1980 ms +19:33:56.889 [restartedMain] INFO o.s.b.d.a.OptionalLiveReloadServer - LiveReload server is running on port 35729 +19:33:57.094 [restartedMain] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"] +19:33:57.129 [restartedMain] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' +19:33:57.144 [restartedMain] INFO t.l.r.ReadStatisticsApplication - Started ReadStatisticsApplication in 3.946 seconds (process running for 4.531) diff --git a/myapp.log b/myapp.log new file mode 100644 index 0000000..215b18e --- /dev/null +++ b/myapp.log @@ -0,0 +1,253 @@ +2023-05-06T09:12:08.596+08:00 INFO 20016 --- [restartedMain] t.l.r.ReadStatisticsApplication : Starting ReadStatisticsApplication using Java 17.0.7 with PID 20016 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +2023-05-06T09:12:08.600+08:00 INFO 20016 --- [restartedMain] t.l.r.ReadStatisticsApplication : No active profile set, falling back to 1 default profile: "default" +2023-05-06T09:12:08.702+08:00 INFO 20016 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2023-05-06T09:12:08.702+08:00 INFO 20016 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2023-05-06T09:12:10.642+08:00 INFO 20016 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2023-05-06T09:12:10.662+08:00 INFO 20016 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2023-05-06T09:12:10.663+08:00 INFO 20016 --- [restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.8] +2023-05-06T09:12:10.777+08:00 INFO 20016 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2023-05-06T09:12:10.778+08:00 INFO 20016 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2074 ms +2023-05-06T09:12:11.641+08:00 INFO 20016 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2023-05-06T09:12:11.924+08:00 INFO 20016 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2023-05-06T09:12:11.941+08:00 INFO 20016 --- [restartedMain] t.l.r.ReadStatisticsApplication : Started ReadStatisticsApplication in 4.113 seconds (process running for 4.812) +2023-05-06T09:31:19.972+08:00 INFO 20016 --- [http-nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2023-05-06T09:31:19.972+08:00 INFO 20016 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2023-05-06T09:31:19.974+08:00 INFO 20016 --- [http-nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2023-05-06T09:31:20.120+08:00 ERROR 20016 --- [http-nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url}] with root cause + +java.sql.SQLException: No suitable driver found for ${spring.datasource.url} + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706) ~[java.sql:na] + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:190) ~[java.sql:na] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:224) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:446) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:96) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:67) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) ~[mybatis-3.5.11.jar:3.5.11] + at jdk.proxy3/jdk.proxy3.$Proxy77.getUserScanList(Unknown Source) ~[na:na] + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:45) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) ~[spring-webmvc-6.0.8.jar:6.0.8] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) ~[tomcat-embed-core-10.1.8.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.0.8.jar:6.0.8] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.8.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na] + +2023-05-06T09:31:58.240+08:00 ERROR 26104 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : + +*************************** +APPLICATION FAILED TO START +*************************** + +Description: + +Failed to bind properties under 'logging.level.root' to org.springframework.boot.logging.LogLevel: + + Property: logging.level.root + Value: "D:\info" + Origin: class path resource [application.yml] - 9:11 + Reason: failed to convert java.lang.String to org.springframework.boot.logging.LogLevel (caused by java.lang.IllegalArgumentException: No enum constant org.springframework.boot.logging.LogLevel.D:\info) + +Action: + +Update your application's configuration. The following values are valid: + + DEBUG + ERROR + FATAL + INFO + OFF + TRACE + WARN + +2023-05-06T09:33:46.982+08:00 ERROR 2920 --- [restartedMain] o.s.b.d.LoggingFailureAnalysisReporter : + +*************************** +APPLICATION FAILED TO START +*************************** + +Description: + +Failed to bind properties under 'logging.level.root' to org.springframework.boot.logging.LogLevel: + + Property: logging.level.root + Value: "D:\info" + Origin: class path resource [application.yml] - 9:11 + Reason: failed to convert java.lang.String to org.springframework.boot.logging.LogLevel (caused by java.lang.IllegalArgumentException: No enum constant org.springframework.boot.logging.LogLevel.D:\info) + +Action: + +Update your application's configuration. The following values are valid: + + DEBUG + ERROR + FATAL + INFO + OFF + TRACE + WARN + +2023-05-06T09:34:58.363+08:00 INFO 21000 --- [restartedMain] t.l.r.ReadStatisticsApplication : Starting ReadStatisticsApplication using Java 17.0.7 with PID 21000 (D:\OneDrive\编程\java\new\read_statistics\target\classes started by lwy in D:\OneDrive\编程\java\new\read_statistics) +2023-05-06T09:34:58.367+08:00 DEBUG 21000 --- [restartedMain] t.l.r.ReadStatisticsApplication : Running with Spring Boot v3.0.6, Spring v6.0.8 +2023-05-06T09:34:58.368+08:00 INFO 21000 --- [restartedMain] t.l.r.ReadStatisticsApplication : No active profile set, falling back to 1 default profile: "default" +2023-05-06T09:34:58.463+08:00 INFO 21000 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable +2023-05-06T09:34:58.463+08:00 INFO 21000 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG' +2023-05-06T09:35:00.311+08:00 INFO 21000 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) +2023-05-06T09:35:00.332+08:00 INFO 21000 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat] +2023-05-06T09:35:00.332+08:00 INFO 21000 --- [restartedMain] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.8] +2023-05-06T09:35:00.443+08:00 INFO 21000 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext +2023-05-06T09:35:00.444+08:00 INFO 21000 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1979 ms +2023-05-06T09:35:01.268+08:00 INFO 21000 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729 +2023-05-06T09:35:01.561+08:00 INFO 21000 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' +2023-05-06T09:35:01.579+08:00 INFO 21000 --- [restartedMain] t.l.r.ReadStatisticsApplication : Started ReadStatisticsApplication in 4.02 seconds (process running for 4.714) +2023-05-06T09:35:11.574+08:00 INFO 21000 --- [http-nio-8080-exec-2] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' +2023-05-06T09:35:11.575+08:00 INFO 21000 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' +2023-05-06T09:35:11.577+08:00 INFO 21000 --- [http-nio-8080-exec-2] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms +2023-05-06T09:35:11.727+08:00 ERROR 21000 --- [http-nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.apache.ibatis.exceptions.PersistenceException: +### Error querying database. Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url} +### The error may exist in top/liangwy/read_statistics/dao/ScanMapper.xml +### The error may involve top.liangwy.read_statistics.dao.ScanMapper.getUserScanList +### The error occurred while executing a query +### Cause: java.sql.SQLException: No suitable driver found for ${spring.datasource.url}] with root cause + +java.sql.SQLException: No suitable driver found for ${spring.datasource.url} + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:706) ~[java.sql:na] + at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:190) ~[java.sql:na] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:224) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.doGetConnection(UnpooledDataSource.java:219) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.unpooled.UnpooledDataSource.getConnection(UnpooledDataSource.java:95) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.pooled.PooledDataSource.popConnection(PooledDataSource.java:446) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.datasource.pooled.PooledDataSource.getConnection(PooledDataSource.java:96) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.openConnection(JdbcTransaction.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.transaction.jdbc.JdbcTransaction.getConnection(JdbcTransaction.java:67) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:89) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne(DefaultSqlSession.java:76) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:87) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:145) ~[mybatis-3.5.11.jar:3.5.11] + at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86) ~[mybatis-3.5.11.jar:3.5.11] + at jdk.proxy3/jdk.proxy3.$Proxy77.getUserScanList(Unknown Source) ~[na:na] + at top.liangwy.read_statistics.controller.ScanController.home(ScanController.java:45) ~[classes/:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na] + at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na] + at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na] + at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na] + at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:152) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:884) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:797) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1081) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:974) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1011) ~[spring-webmvc-6.0.8.jar:6.0.8] + at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:903) ~[spring-webmvc-6.0.8.jar:6.0.8] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:564) ~[tomcat-embed-core-10.1.8.jar:6.0] + at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.0.8.jar:6.0.8] + at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) ~[tomcat-embed-core-10.1.8.jar:6.0] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:205) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) ~[tomcat-embed-websocket-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.0.8.jar:6.0.8] + at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.0.8.jar:6.0.8] + at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:174) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:149) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:166) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:115) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:894) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-10.1.8.jar:10.1.8] + at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na] + diff --git a/pom.xml b/pom.xml index 2b403c2..0c1c0be 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,11 @@ mybatis-spring-boot-starter 3.0.1 - + + org.mybatis + mybatis + 3.5.7 + org.springframework.boot spring-boot-devtools @@ -48,6 +52,15 @@ mysql-connector-j runtime + + + + + + + ch.qos.logback + logback-classic + org.projectlombok lombok @@ -61,7 +74,7 @@ org.yaml snakeyaml - 1.28 + 2.0 org.webjars diff --git a/src/main/java/top/liangwy/read_statistics/common/BaseController.java b/src/main/java/top/liangwy/read_statistics/common/BaseController.java index 93d3a9b..a0510aa 100644 --- a/src/main/java/top/liangwy/read_statistics/common/BaseController.java +++ b/src/main/java/top/liangwy/read_statistics/common/BaseController.java @@ -3,20 +3,22 @@ package top.liangwy.read_statistics.common; public class BaseController { // 云上伊川积分 - public String[] free = { "梁文元", "闫露", "姜琰", "方伊东", "李元", "孙飞飞" }; +// public String[] free = { "梁文元", "闫露", "姜琰", "方伊东", "李元", "孙飞飞" }; /** * 查询的url */ - public String url = "http://app2.dxhmt.cn:10329/system/uUser/list"; +// public String url = "http://app2.dxhmt.cn:10329/system/uUser/list"; // 快手积分 - public String ksFree = "Joy,5429264664,是姜姜呀呀,老方聊青铜,李元668,人生充满阳光715,陶利,郭明杰563,旷野幽兰50808," + - "吴晓晖,张建校,王晓华,钟响亮,田津辉,张睿祥.,韩晓娜,杨玉明,宁霞,cht135236,13608656363,13938862929,15038503566,王晓芳," + - "13938803441,李辉晓\uD83D\uDC83,"; +// public String ksFree = "Joy,5429264664,是姜姜呀呀,老方聊青铜,李元668,人生充满阳光715,陶利,郭明杰563,旷野幽兰50808," + +// "吴晓晖,张建校,王晓华,钟响亮,田津辉,张睿祥.,韩晓娜,杨玉明,宁霞,cht135236,13608656363,13938862929,15038503566,王晓芳," + +// "13938803441,李辉晓\uD83D\uDC83,"; // 微信看一看 // public String ScanFree = "梁文元,闫露,姜琰,方伊东,李元,孙飞飞,陶利平,郭明杰,赵艳红,吴晓晖,张建校,王晓芳,"; - public String ScanFree = ""; + public String scanFree = ""; // 微博 - public String WbFree = "孙飞32207,用户3hms2qw5ml,元元-ly,Joy-9716,姜姜_呦,大肋肋,小淘气rui,高静亚,小淘气rui,yiqili_,周雅丽yl,Mayajie3,赵yiman,用户928003530,用户7624278904,7728498387,"; + public String wbFree =""; +// public String WbFree = "孙飞32207,用户3hms2qw5ml,元元-ly,Joy-9716,姜姜_呦,大肋肋,小淘气rui,高静亚,小淘气rui,yiqili_,周雅丽yl,Mayajie3,赵yiman,用户928003530,用户7624278904,7728498387,"; + } diff --git a/src/main/java/top/liangwy/read_statistics/controller/ScanController.java b/src/main/java/top/liangwy/read_statistics/controller/ScanController.java index 74c097c..210d688 100644 --- a/src/main/java/top/liangwy/read_statistics/controller/ScanController.java +++ b/src/main/java/top/liangwy/read_statistics/controller/ScanController.java @@ -15,9 +15,13 @@ import top.liangwy.read_statistics.pojo.Dept; import top.liangwy.read_statistics.pojo.User; import top.liangwy.read_statistics.pojo.Result.UserScan; import top.liangwy.read_statistics.utils.MybatisUtils; + import java.time.LocalDateTime; import java.util.*; +import org.slf4j.Logger; +import org.slf4j.LoggerFactory; + /** * @author lwy * @ 微信 在看 @@ -26,8 +30,13 @@ import java.util.*; @RequestMapping("/scan") public class ScanController extends BaseController { + private static final Logger logger = LoggerFactory.getLogger(ScanController.class); + @GetMapping("/today") public String home(Model model) { + + logger.info("输出今天的微信再看名单"); + SqlSession sqlSession = MybatisUtils.getSqlSession(); UserMapper userMapper = sqlSession.getMapper(UserMapper.class); DeptMapper deptMapper = sqlSession.getMapper(DeptMapper.class); @@ -43,12 +52,13 @@ public class ScanController extends BaseController { int minute = now.getMinute(); int second = now.getSecond(); String userScanString = scanMapper.getUserScanList(); - System.out.println(year + "年" + month + "月" + day + "日 " + hour + ":" + minute + ":" + second + + logger.info(year + "年" + month + "月" + day + "日 " + hour + ":" + minute + ":" + second + " 点击在看的人员是:" + userScanString); if (null == userScanString) { status = 1; } else { String newUserScanString = userScanString.replace(" ", ""); + String[] a = newUserScanString.split(","); model.addAttribute("date", year + "年" + month + "月" + day + "日"); @@ -56,25 +66,25 @@ public class ScanController extends BaseController { List deptList = deptMapper.getAllDeptName(); // 创建有序键值对储存总的数据 - Map> map = new LinkedHashMap>(deptList.size()); + Map> map = new LinkedHashMap<>(deptList.size()); - for (int i = 0; i < deptList.size(); i++) { + for (Dept dept : deptList) { // 获取指定部门的人员信息 - List arrayList = userMapper.getUserByDeptId(deptList.get(i).getDeptId()); + List arrayList = userMapper.getUserByDeptId(dept.getDeptId()); List userList = new ArrayList<>(); - for (int j = 0; j < arrayList.size(); j++) { + for (User user : arrayList) { UserScan us = new UserScan(); - us.setUserName(arrayList.get(j).getUserName()); - for (int k = 0; k < a.length; k++) { - if (us.getUserName().equals(a[k])) { + us.setUserName(user.getUserName()); + for (String s : a) { + if (us.getUserName().equals(s)) { us.setScanStatus("已完成"); } } userList.add(us); } - map.put(deptList.get(i).getDeptName(), userList); + map.put(dept.getDeptName(), userList); } sqlSession.close(); model.addAttribute("list", map); @@ -86,16 +96,18 @@ public class ScanController extends BaseController { @RequestMapping("/insert") public String edit(String userScanList, Model model) { - System.out.println("123insert"); SqlSession sqlSession = MybatisUtils.getSqlSession(); ScanMapper scanMapper = sqlSession.getMapper(ScanMapper.class); - String newUserScanList = ScanFree + userScanList; + String newUserScanList = scanFree + userScanList; + LocalDateTime now = LocalDateTime.now(); + if (userScanList != null) { int i = scanMapper.setUserScanList(newUserScanList); if (i == 1) { sqlSession.commit(); sqlSession.close(); + logger.info(now.toLocalDate() + " " + now.toLocalTime().withNano(0) + " userScanList = " + userScanList); model.addAttribute("info", "success"); } } diff --git a/src/main/java/top/liangwy/read_statistics/controller/WbController.java b/src/main/java/top/liangwy/read_statistics/controller/WbController.java index 84694eb..deaad41 100644 --- a/src/main/java/top/liangwy/read_statistics/controller/WbController.java +++ b/src/main/java/top/liangwy/read_statistics/controller/WbController.java @@ -1,7 +1,7 @@ package top.liangwy.read_statistics.controller; +import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.session.SqlSession; -//import org.joda.time.DateTime; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; @@ -24,9 +24,12 @@ import java.util.*; * @ 微博 */ @Controller +@Slf4j @RequestMapping("/wb") public class WbController extends BaseController { +// private static final Logger logger = LoggerFactory.getLogger(WbController.class); + @GetMapping("/today") public String today(Model model) { @@ -41,18 +44,13 @@ public class WbController extends BaseController { int year = now.getYear(); int month = now.getMonthValue(); int day = now.getDayOfMonth(); - int hour = now.getHour(); - int minute = now.getMinute(); - int second = now.getSecond(); String wbUserScanString = wbMapper.getWbUserScanList(); if (null == wbUserScanString) { status = 1; } else { - System.out - .println(year + "年" + month + "月" + day + "日 " + hour + ":" + minute + ":" + second + - " 微博点赞评论人员是:" + wbUserScanString); - String newWbUserScanString = WbFree + wbUserScanString.replace(" ", ""); - System.out.println(newWbUserScanString); + log.info("微博点赞评论人员是:" + wbUserScanString); + String newWbUserScanString = wbFree + wbUserScanString.replace(" ", ""); + log.info(newWbUserScanString); String[] a = newWbUserScanString.split(","); model.addAttribute("date", year + "年" + month + "月" + day + "日"); @@ -60,28 +58,22 @@ public class WbController extends BaseController { List deptList = deptMapper.getAllDeptName(); // 创建有序键值对储存总的数据 - Map> map = new LinkedHashMap>(deptList.size()); + Map> map = new LinkedHashMap<>(deptList.size()); for (int i = 1; i < deptList.size(); i++) { // 获取指定部门的人员信息 List arrayList = userMapper.getUserByDeptId(deptList.get(i).getDeptId()); List userList = new ArrayList<>(); - for (int j = 0; j < arrayList.size(); j++) { - - if (i == 3) { - System.out.println(arrayList.get(j).getUserName()); - System.out.println(arrayList.get(j).getWbNickName()); - } - + for (User user : arrayList) { UserScan us = new UserScan(); - us.setUserName(arrayList.get(j).getUserName()); - us.setKsNickName(arrayList.get(j).getWbNickName()); - for (int k = 0; k < a.length; k++) { - if (null == us.getKsNickName()) { - us.setKsNickName(""); + us.setUserName(user.getUserName()); + us.setNickName(user.getWbNickName()); + for (String s : a) { + if (null == us.getNickName()) { + us.setNickName(""); } - if (us.getKsNickName().equals(a[k])) { + if (us.getNickName().equals(s)) { us.setScanStatus("已完成"); } } @@ -99,18 +91,25 @@ public class WbController extends BaseController { @RequestMapping("/insert") public String edit(String wbUserScanList, Model model) { + if (wbUserScanList == null) { + //正常get访问,不用处理,直接返回insert页 + return "/wb/insert"; + } + SqlSession sqlSession = MybatisUtils.getSqlSession(); WbMapper wbMapper = sqlSession.getMapper(WbMapper.class); - String newWbUserScanList = ScanFree + wbUserScanList; - System.out.println(wbUserScanList); - if (wbUserScanList != null) { - int i = wbMapper.setWbUserScanList(newWbUserScanList); - if (i == 1) { - sqlSession.commit(); - sqlSession.close(); - model.addAttribute("info", "success"); - } + //因为微博复制出来的有两个空行,去掉后再存入数据库 + log.info("前端页面传入的wbUserScanList: " + wbUserScanList); + String str = wbUserScanList.replace("\r\n\r\n", ","); + String newWbUserScanList = wbFree + str; + log.info("准备要输入数据库中的newWbUserScanList: " + newWbUserScanList); + int i = wbMapper.setWbUserScanList(newWbUserScanList); + if (i == 1) { + //插入成功 + sqlSession.commit(); + sqlSession.close(); + model.addAttribute("info", "success"); } sqlSession.close(); return "/wb/insert"; diff --git a/src/main/java/top/liangwy/read_statistics/pojo/Result/UserScan.java b/src/main/java/top/liangwy/read_statistics/pojo/Result/UserScan.java index 851e2cd..9931631 100644 --- a/src/main/java/top/liangwy/read_statistics/pojo/Result/UserScan.java +++ b/src/main/java/top/liangwy/read_statistics/pojo/Result/UserScan.java @@ -7,7 +7,10 @@ import lombok.Data; */ @Data public class UserScan { + //用户名 private String userName; - private String ksNickName; + //昵称 + private String nickName; + //浏览状态 private String scanStatus; } diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties1 similarity index 100% rename from src/main/resources/application.properties rename to src/main/resources/application.properties1 diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..b838ebf --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,23 @@ +server: + port: 8080 + +logging: + # file: + # path: D:\log + # name: myapp.log + level: + root: INFO + org.springframework: info + top.liangwy: debug + +spring: + datasource: + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://39.97.211.66:3306/dblwy?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai + username: DBLwy + password: tx8yH88dJseWt72x + + +mybatis: + type-aliases-package: top.liangwy.read_statistics.cyc.pojo + mapper-locations: classpath:/dao/*.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..eb9981c --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,21 @@ + + + + + %highlight%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + logs/myapp.log + + logs/myapp.%d{yyyy-MM-dd}.log + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + + \ No newline at end of file diff --git a/src/main/resources/mybatis-config.xml b/src/main/resources/mybatis-config.xml index a425fe4..6e7a254 100644 --- a/src/main/resources/mybatis-config.xml +++ b/src/main/resources/mybatis-config.xml @@ -11,6 +11,10 @@ + + + +