代码拉取完成,页面将自动刷新
nohup: ignoring input
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.5.5)
2022-09-04 19:22:58.694 INFO 32218 --- [ main] com.letoy.main.CarServiceBeApplication : Starting CarServiceBeApplication v0.0.1 using Java 1.8.0_342 on VM-4-16-centos with PID 32218 (/javawp/demo-0.0.1.jar started by root in /root)
2022-09-04 19:22:58.698 INFO 32218 --- [ main] com.letoy.main.CarServiceBeApplication : The following profiles are active: dev
2022-09-04 19:23:00.387 INFO 32218 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2022-09-04 19:23:00.392 INFO 32218 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2022-09-04 19:23:00.437 INFO 32218 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 25 ms. Found 0 Redis repository interfaces.
2022-09-04 19:23:01.117 INFO 32218 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-09-04 19:23:01.393 INFO 32218 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.datasource-org.springframework.boot.autoconfigure.jdbc.DataSourceProperties' of type [org.springframework.boot.autoconfigure.jdbc.DataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-09-04 19:23:01.423 INFO 32218 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-09-04 19:23:01.432 INFO 32218 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionManagementConfiguration' of type [com.letoy.main.config.TransactionManagementConfiguration$$EnhancerBySpringCGLIB$$632134a7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2022-09-04 19:23:02.152 INFO 32218 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8001 (http)
2022-09-04 19:23:02.173 INFO 32218 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-09-04 19:23:02.173 INFO 32218 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.53]
2022-09-04 19:23:02.244 INFO 32218 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-09-04 19:23:02.244 INFO 32218 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3452 ms
2022-09-04 19:23:04.862 INFO 32218 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@16ecee1, org.springframework.security.web.context.SecurityContextPersistenceFilter@2e11485, org.springframework.security.web.header.HeaderWriterFilter@a8e6492, org.springframework.web.filter.CorsFilter@3b220bcb, org.springframework.security.web.authentication.logout.LogoutFilter@7446d8d5, com.letoy.main.config.auth.MyOncePerRequestFilter@616ac46a, com.letoy.main.config.auth.MyPhoneNumberActiveCodeAuthenticationFilter@14f9390f, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@efde75f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@662f5666, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@27305e6, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2b95e48b, org.springframework.security.web.session.SessionManagementFilter@3b77a04f, org.springframework.security.web.access.ExceptionTranslationFilter@7c2b6087, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@556d0826]
2022-09-04 19:23:05.972 INFO 32218 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8001 (http) with context path ''
2022-09-04 19:23:06.796 INFO 32218 --- [ main] com.letoy.main.CarServiceBeApplication : Started CarServiceBeApplication in 8.783 seconds (JVM running for 9.982)
2022-09-04 19:24:25.675 INFO 32218 --- [nio-8001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-04 19:24:25.676 INFO 32218 --- [nio-8001-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2022-09-04 19:24:25.677 INFO 32218 --- [nio-8001-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms
2022-09-04 19:24:25.025 - 127.0.0.1:35474,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 127.0.0.1
2022-09-04 19:24:44.044 - 0:0:0:0:0:0:0:1:47484,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:24:56.056 - 127.0.0.1:35574,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 127.0.0.1
2022-09-04 19:24:56.906 INFO 32218 --- [nio-8001-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2022-09-04 19:24:57.448 INFO 32218 --- [nio-8001-exec-3] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
299887
2022-09-04 19:25:05.005 - 0:0:0:0:0:0:0:1:47534,URL: http://localhost:8001/login,HOST: 0:0:0:0:0:0:0:1
--------???????????????? ?? ?????2022-09-04 19:25:05------
2022-09-04 19:25:06.006 - 127.0.0.1:35598,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ????????????? ?? ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:25:06
2022-09-04 19:25:16.016 - 0:0:0:0:0:0:0:1:47554,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 0:0:0:0:0:0:0:1
743648
2022-09-04 19:25:30.030 - 127.0.0.1:35666,URL: http://localhost:8001/login,HOST: 127.0.0.1
--------?????a9cb1d774b5c18c9a8550f8e73707398 ?????2022-09-04 19:25:30------
2022-09-04 19:25:31.031 - 0:0:0:0:0:0:0:1:47608,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:25:31
2022-09-04 19:25:36.036 - 127.0.0.1:35672,URL: http://localhost:8001/OrderInfo/GetAllOrderInfoUserInfoProductDetailsVOByUserId,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /OrderInfo/GetAllOrderInfoUserInfoProductDetailsVOByUserId ?????2022-09-04 19:25:36
2022-09-04 19:26:00.000 - 0:0:0:0:0:0:0:1:47672,URL: http://localhost:8001/OrderInfo/CheckIncompleteOrder,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /OrderInfo/CheckIncompleteOrder ?????2022-09-04 19:26:01
2022-09-04 19:26:01.001 - 127.0.0.1:35734,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish ?????2022-09-04 19:26:01
2022-09-04 19:26:04.004 - 0:0:0:0:0:0:0:1:47690,URL: http://localhost:8001/OrderInfo/CheckIncompleteOrder,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /OrderInfo/CheckIncompleteOrder ?????2022-09-04 19:26:04
2022-09-04 19:26:04.004 - 127.0.0.1:35752,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish ?????2022-09-04 19:26:04
2022-09-04 19:26:19.019 - 0:0:0:0:0:0:0:1:47732,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish ?????2022-09-04 19:26:19
2022-09-04 19:26:21.021 - 127.0.0.1:35800,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish ?????2022-09-04 19:26:21
2022-09-04 19:26:21.021 - 0:0:0:0:0:0:0:1:47742,URL: http://localhost:8001/ActingCardPackage/GetALLActingCardPackages,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:26:23.023 - 127.0.0.1:35804,URL: http://localhost:8001/OrderInfo/CheckIncompleteOrder,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /OrderInfo/CheckIncompleteOrder ?????2022-09-04 19:26:23
2022-09-04 19:26:23.023 - 0:0:0:0:0:0:0:1:47746,URL: http://localhost:8001/VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetOrderInfoProductDetailsVoByProductIdAndUserIdWhichNotFinish ?????2022-09-04 19:26:23
2022-09-04 19:27:59.059 - 127.0.0.1:36000,URL: http://localhost:8001/ActingCardPackage/GetALLActingCardPackages,HOST: 127.0.0.1
2022-09-04 19:28:01.001 - 0:0:0:0:0:0:0:1:47990,URL: http://localhost:8001/OrderInfo/CheckIncompleteOrder,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:28:01.001 - 127.0.0.1:36052,URL: http://localhost:8001/ProductDetails/GetProductDetailsById,HOST: 127.0.0.1
2022-09-04 19:28:03.003 - 0:0:0:0:0:0:0:1:47994,URL: http://localhost:8001/ActingCardPackage/GetALLActingCardPackages,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:28:12.012 - 127.0.0.1:36094,URL: http://localhost:8001/ActingCardPackage/GetALLActingCardPackages,HOST: 127.0.0.1
2022-09-04 19:29:53.053 - 0:0:0:0:0:0:0:1:48238,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:29:57.057 - 127.0.0.1:36302,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
2022-09-04 19:29:59.059 - 0:0:0:0:0:0:0:1:48246,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:30:05.005 - 127.0.0.1:36364,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 127.0.0.1
854835
2022-09-04 19:30:18.018 - 0:0:0:0:0:0:0:1:48338,URL: http://localhost:8001/login,HOST: 0:0:0:0:0:0:0:1
--------?????c66449974e57d45e05242098a939938f ?????2022-09-04 19:30:18------
2022-09-04 19:30:19.019 - 127.0.0.1:36404,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ??c66449974e57d45e05242098a939938f ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:30:19
2022-09-04 19:33:12.012 - 0:0:0:0:0:0:0:1:48756,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:33:18.018 - 127.0.0.1:36824,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
2022-09-04 19:33:26.026 - 0:0:0:0:0:0:0:1:48788,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 0:0:0:0:0:0:0:1
990514
2022-09-04 19:33:28.028 - 127.0.0.1:36868,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 127.0.0.1
687123
2022-09-04 19:33:34.034 - 0:0:0:0:0:0:0:1:48816,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:33:34
2022-09-04 19:33:36.036 - 127.0.0.1:36880,URL: http://localhost:8001/login,HOST: 127.0.0.1
--------?????c66449974e57d45e05242098a939938f ?????2022-09-04 19:33:36------
2022-09-04 19:33:37.037 - 0:0:0:0:0:0:0:1:48822,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??c66449974e57d45e05242098a939938f ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:33:37
2022-09-04 19:33:43.043 - 127.0.0.1:36892,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /User/UploadUserAvatar ?????2022-09-04 19:33:43
null
2022-09-04 19:33:46.046 - 0:0:0:0:0:0:0:1:48840,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:33:46
2022-09-04 19:34:43.043 - 127.0.0.1:37068,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:34:43
2022-09-04 19:34:49.049 - 0:0:0:0:0:0:0:1:49046,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
2022-09-04 19:34:53.053 - 127.0.0.1:37110,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /User/UploadUserAvatar ?????2022-09-04 19:34:53
null
2022-09-04 19:34:54.054 - 0:0:0:0:0:0:0:1:49054,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:34:54
2022-09-04 19:36:06.006 - 127.0.0.1:37272,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:36:06
2022-09-04 19:36:15.015 - 0:0:0:0:0:0:0:1:49240,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /User/UploadUserAvatar ?????2022-09-04 19:36:15
null
2022-09-04 19:36:15.015 - 127.0.0.1:37304,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:36:15
2022-09-04 19:36:20.020 - 0:0:0:0:0:0:0:1:49258,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:36:20
2022-09-04 19:36:32.032 - 127.0.0.1:37330,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /User/UploadUserAvatar ?????2022-09-04 19:36:32
null
2022-09-04 19:36:33.033 - 0:0:0:0:0:0:0:1:49274,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:36:33
2022-09-04 19:36:59.059 - 127.0.0.1:37432,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:37:00
2022-09-04 19:37:18.018 - 0:0:0:0:0:0:0:1:49398,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:37:18
2022-09-04 19:37:29.029 - 127.0.0.1:37502,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /User/UploadUserAvatar ?????2022-09-04 19:37:30
null
2022-09-04 19:37:30.030 - 0:0:0:0:0:0:0:1:49448,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??a9cb1d774b5c18c9a8550f8e73707398 ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:37:30
2022-09-04 19:38:13.013 - 127.0.0.1:37612,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 127.0.0.1
2022-09-04 19:38:19.019 - 0:0:0:0:0:0:0:1:49562,URL: http://localhost:8001/ActiveCode/GetActiveCodeByPhoneNumber,HOST: 0:0:0:0:0:0:0:1
795396
2022-09-04 19:38:28.028 - 127.0.0.1:37636,URL: http://localhost:8001/login,HOST: 127.0.0.1
--------?????c66449974e57d45e05242098a939938f ?????2022-09-04 19:38:28------
2022-09-04 19:38:29.029 - 0:0:0:0:0:0:0:1:49580,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??c66449974e57d45e05242098a939938f ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:38:29
2022-09-04 19:38:46.046 - 127.0.0.1:37708,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
???? ??c66449974e57d45e05242098a939938f ??URI? /User/UploadUserAvatar ?????2022-09-04 19:38:46
null
2022-09-04 19:38:46.046 - 0:0:0:0:0:0:0:1:49652,URL: http://localhost:8001/VO/GetSettingsPageData,HOST: 0:0:0:0:0:0:0:1
???? ??c66449974e57d45e05242098a939938f ??URI? /VO/GetSettingsPageData ?????2022-09-04 19:38:46
2022-09-04 19:40:03.003 - 127.0.0.1:37882,URL: http://localhost:8001/User/UploadUserAvatar,HOST: 127.0.0.1
2022-09-04 20:55:39.039 - 0:0:0:0:0:0:0:1:60692,URL: http://localhost:8001/ActingCardPackage/GetALLActingCardPackages,HOST: 0:0:0:0:0:0:0:1
2022-09-04 20:55:39.531 WARN 32218 --- [io-8001-exec-10] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@765be69f (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2022-09-04 20:55:39.533 WARN 32218 --- [io-8001-exec-10] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@5dd17d1 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2022-09-04 20:55:39.535 WARN 32218 --- [io-8001-exec-10] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@2c1b66eb (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2022-09-04 22:00:54.054 - 127.0.0.1:58254,URL: http://localhost:8001/OrderInfo/CheckIncompleteOrder,HOST: 127.0.0.1
2022-09-04 22:00:54.054 - 0:0:0:0:0:0:0:1:41964,URL: http://localhost:8001/ProductDetails/GetProductDetailsById,HOST: 0:0:0:0:0:0:0:1
2022-09-04 22:00:54.958 WARN 32218 --- [nio-8001-exec-2] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@292632f5 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2022-09-04 22:00:54.961 WARN 32218 --- [nio-8001-exec-2] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@8575154 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
2022-09-04 22:00:54.962 WARN 32218 --- [nio-8001-exec-2] com.zaxxer.hikari.pool.PoolBase : HikariPool-1 - Failed to validate connection com.mysql.cj.jdbc.ConnectionImpl@18bf1df3 (No operations allowed after connection closed.). Possibly consider using a shorter maxLifetime value.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。