smart-2024-12-24.log 176 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  1. 2024-12-24 08:26:41.224 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  2. 2024-12-24 08:26:41.244 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 36956 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  3. 2024-12-24 08:26:41.244 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  4. 2024-12-24 08:26:41.929 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  5. 2024-12-24 08:26:41.988 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  6. 2024-12-24 08:26:41.990 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  7. 2024-12-24 08:26:42.032 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 30 ms. Found 0 Redis repository interfaces.
  8. 2024-12-24 08:26:42.877 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  9. 2024-12-24 08:26:42.884 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  10. 2024-12-24 08:26:42.884 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  11. 2024-12-24 08:26:42.884 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  12. 2024-12-24 08:26:42.956 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  13. 2024-12-24 08:26:42.956 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1668 ms
  14. 2024-12-24 08:26:43.326 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  15. 2024-12-24 08:26:43.796 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  16. 2024-12-24 08:26:45.126 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  17. 2024-12-24 08:26:46.936 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  18. 2024-12-24 08:26:48.196 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  19. 2024-12-24 08:26:48.203 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  20. 2024-12-24 08:26:48.204 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  21. 2024-12-24 08:26:48.204 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  22. 2024-12-24 08:26:48.204 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  23. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  24. NOT STARTED.
  25. Currently in standby mode.
  26. Number of jobs executed: 0
  27. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  28. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  29. 2024-12-24 08:26:48.204 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  30. 2024-12-24 08:26:48.204 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  31. 2024-12-24 08:26:48.204 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@304a2c8a
  32. 2024-12-24 08:26:48.234 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  33. 2024-12-24 08:26:48.307 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  34. 2024-12-24 08:26:48.438 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  35. 2024-12-24 08:26:48.439 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  36. 2024-12-24 08:26:48.440 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  37. 2024-12-24 08:26:48.448 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.629 seconds (JVM running for 8.447)
  38. 2024-12-24 08:26:57.054 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  39. 2024-12-24 08:26:57.054 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  40. 2024-12-24 08:26:57.055 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  41. 2024-12-24 08:34:08.633 [http-nio-8687-exec-5] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  42. java.lang.RuntimeException: 登录凭证已过去,请重新登录
  43. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:70)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:498)
  48. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  49. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  50. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  51. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  52. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  53. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  54. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  55. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  56. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  57. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  58. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  59. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  60. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  61. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  62. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  63. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  64. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  65. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  66. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  67. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  68. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  69. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  70. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  71. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  72. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  73. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  74. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  75. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  76. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  77. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  78. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  79. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  80. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  81. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  82. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  83. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  84. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  85. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  86. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  87. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  88. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  89. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  90. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  91. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  92. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  93. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  94. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  95. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  96. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  97. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  98. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  99. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  100. at java.lang.Thread.run(Thread.java:748)
  101. 2024-12-24 08:54:56.080 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  102. 2024-12-24 08:54:56.200 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  103. 2024-12-24 08:54:56.201 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  104. 2024-12-24 08:54:56.201 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  105. 2024-12-24 08:54:56.201 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  106. 2024-12-24 08:54:56.202 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  107. 2024-12-24 08:54:56.205 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  108. 2024-12-24 08:54:56.207 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  109. 2024-12-24 08:54:56.212 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  110. 2024-12-24 08:55:42.590 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  111. 2024-12-24 08:55:42.606 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 19576 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  112. 2024-12-24 08:55:42.606 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  113. 2024-12-24 08:55:43.150 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  114. 2024-12-24 08:55:43.185 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  115. 2024-12-24 08:55:43.186 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  116. 2024-12-24 08:55:43.219 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
  117. 2024-12-24 08:55:44.055 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  118. 2024-12-24 08:55:44.061 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  119. 2024-12-24 08:55:44.062 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  120. 2024-12-24 08:55:44.062 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  121. 2024-12-24 08:55:44.131 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  122. 2024-12-24 08:55:44.132 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1490 ms
  123. 2024-12-24 08:55:44.455 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  124. 2024-12-24 08:55:44.888 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  125. 2024-12-24 08:55:46.179 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  126. 2024-12-24 08:55:47.949 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  127. 2024-12-24 08:55:49.036 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  128. 2024-12-24 08:55:49.043 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  129. 2024-12-24 08:55:49.043 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  130. 2024-12-24 08:55:49.044 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  131. 2024-12-24 08:55:49.045 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  132. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  133. NOT STARTED.
  134. Currently in standby mode.
  135. Number of jobs executed: 0
  136. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  137. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  138. 2024-12-24 08:55:49.045 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  139. 2024-12-24 08:55:49.045 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  140. 2024-12-24 08:55:49.045 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@10031e49
  141. 2024-12-24 08:55:49.074 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  142. 2024-12-24 08:55:49.149 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  143. 2024-12-24 08:55:49.281 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  144. 2024-12-24 08:55:49.283 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  145. 2024-12-24 08:55:49.283 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  146. 2024-12-24 08:55:49.289 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.052 seconds (JVM running for 7.634)
  147. 2024-12-24 08:56:06.252 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  148. 2024-12-24 08:56:06.252 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  149. 2024-12-24 08:56:06.253 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  150. 2024-12-24 08:56:06.493 [http-nio-8687-exec-1] INFO c.t.handler.MyMetaObjectHandler - start insert fill.....
  151. 2024-12-24 08:57:18.554 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  152. 2024-12-24 08:57:18.673 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  153. 2024-12-24 08:57:18.674 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  154. 2024-12-24 08:57:18.674 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  155. 2024-12-24 08:57:18.674 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  156. 2024-12-24 08:57:18.674 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  157. 2024-12-24 08:57:18.675 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  158. 2024-12-24 08:57:18.676 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  159. 2024-12-24 08:57:18.679 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  160. 2024-12-24 09:43:15.391 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  161. 2024-12-24 09:43:15.654 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 11840 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  162. 2024-12-24 09:43:15.655 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  163. 2024-12-24 09:43:18.785 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  164. 2024-12-24 09:43:18.855 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  165. 2024-12-24 09:43:18.858 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  166. 2024-12-24 09:43:18.902 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 26 ms. Found 0 Redis repository interfaces.
  167. 2024-12-24 09:43:19.785 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  168. 2024-12-24 09:43:19.791 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  169. 2024-12-24 09:43:19.792 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  170. 2024-12-24 09:43:19.792 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  171. 2024-12-24 09:43:19.872 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  172. 2024-12-24 09:43:19.872 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4142 ms
  173. 2024-12-24 09:43:20.172 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  174. 2024-12-24 09:43:20.672 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  175. 2024-12-24 09:43:21.959 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  176. 2024-12-24 09:43:23.725 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  177. 2024-12-24 09:43:24.805 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  178. 2024-12-24 09:43:24.811 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  179. 2024-12-24 09:43:24.812 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  180. 2024-12-24 09:43:24.812 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  181. 2024-12-24 09:43:24.812 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  182. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  183. NOT STARTED.
  184. Currently in standby mode.
  185. Number of jobs executed: 0
  186. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  187. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  188. 2024-12-24 09:43:24.813 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  189. 2024-12-24 09:43:24.813 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  190. 2024-12-24 09:43:24.813 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@58b8ee01
  191. 2024-12-24 09:43:24.845 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  192. 2024-12-24 09:43:24.919 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  193. 2024-12-24 09:43:25.040 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  194. 2024-12-24 09:43:25.042 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  195. 2024-12-24 09:43:25.042 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  196. 2024-12-24 09:43:25.050 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 10.586 seconds (JVM running for 11.454)
  197. 2024-12-24 09:44:12.366 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  198. 2024-12-24 09:44:12.366 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  199. 2024-12-24 09:44:12.367 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  200. 2024-12-24 09:44:12.605 [http-nio-8687-exec-1] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  201. java.lang.NullPointerException: null
  202. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:62)
  203. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  204. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  205. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  206. at java.lang.reflect.Method.invoke(Method.java:498)
  207. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  208. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  209. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  210. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  211. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  212. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  213. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  214. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  215. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  216. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  217. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  218. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  219. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  220. at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
  221. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  222. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  223. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  224. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  225. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  226. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  227. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  228. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  229. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  230. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  231. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  232. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  233. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  234. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  235. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  236. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  237. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  238. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  239. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  240. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  241. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  242. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  243. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  244. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  245. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  246. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  247. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  248. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  249. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  250. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  251. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  252. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  253. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  254. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  255. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  256. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  257. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  258. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  259. at java.lang.Thread.run(Thread.java:748)
  260. 2024-12-24 09:44:46.167 [http-nio-8687-exec-5] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  261. java.lang.NullPointerException: null
  262. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:62)
  263. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  264. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  265. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  266. at java.lang.reflect.Method.invoke(Method.java:498)
  267. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  268. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  269. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  270. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  271. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  272. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  273. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  274. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  275. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  276. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  277. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  278. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  279. at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
  280. at javax.servlet.http.HttpServlet.service(HttpServlet.java:665)
  281. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  282. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  283. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  284. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  285. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  286. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  287. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  288. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  289. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  290. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  291. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  292. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  293. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  294. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  295. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  296. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  297. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  298. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  299. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  300. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  301. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  302. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  303. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  304. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  305. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  306. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  307. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  308. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  309. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  310. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  311. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  312. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  313. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  314. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  315. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  316. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  317. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  318. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  319. at java.lang.Thread.run(Thread.java:748)
  320. 2024-12-24 09:44:46.324 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  321. 2024-12-24 09:44:46.456 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  322. 2024-12-24 09:44:46.456 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  323. 2024-12-24 09:44:46.457 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  324. 2024-12-24 09:44:46.457 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  325. 2024-12-24 09:44:46.457 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  326. 2024-12-24 09:44:46.458 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  327. 2024-12-24 09:44:46.460 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  328. 2024-12-24 09:44:46.464 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  329. 2024-12-24 09:53:09.249 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  330. 2024-12-24 09:53:09.262 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 13364 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  331. 2024-12-24 09:53:09.262 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  332. 2024-12-24 09:53:09.772 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  333. 2024-12-24 09:53:09.804 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  334. 2024-12-24 09:53:09.806 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  335. 2024-12-24 09:53:09.836 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
  336. 2024-12-24 09:53:10.575 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  337. 2024-12-24 09:53:10.581 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  338. 2024-12-24 09:53:10.581 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  339. 2024-12-24 09:53:10.581 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  340. 2024-12-24 09:53:10.644 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  341. 2024-12-24 09:53:10.645 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1351 ms
  342. 2024-12-24 09:53:10.942 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  343. 2024-12-24 09:53:11.367 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  344. 2024-12-24 09:53:12.554 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  345. 2024-12-24 09:53:14.396 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  346. 2024-12-24 09:53:15.549 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  347. 2024-12-24 09:53:15.558 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  348. 2024-12-24 09:53:15.558 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  349. 2024-12-24 09:53:15.559 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  350. 2024-12-24 09:53:15.559 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  351. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  352. NOT STARTED.
  353. Currently in standby mode.
  354. Number of jobs executed: 0
  355. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  356. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  357. 2024-12-24 09:53:15.559 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  358. 2024-12-24 09:53:15.559 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  359. 2024-12-24 09:53:15.559 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@49136fb
  360. 2024-12-24 09:53:15.588 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  361. 2024-12-24 09:53:15.665 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  362. 2024-12-24 09:53:15.786 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  363. 2024-12-24 09:53:15.788 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  364. 2024-12-24 09:53:15.788 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  365. 2024-12-24 09:53:15.795 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.885 seconds (JVM running for 7.397)
  366. 2024-12-24 09:53:28.981 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  367. 2024-12-24 09:53:28.981 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  368. 2024-12-24 09:53:28.983 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 2 ms
  369. 2024-12-24 09:53:29.060 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权:fHrL24gpbOmL5XVWKQ231bRKQHCohlF6;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  370. 2024-12-24 09:53:29.060 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权1:
  371. 2024-12-24 09:53:29.247 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权2:{"expires_in":7200,"access_token":"6uEka1E1T9eO8Hm4pZyIQEmbUowzbiV9","token_type":"bearer","ocode":"1015730314","refresh_token":"EfeWBsX5j7xI1sXEe0f36cghsXPsSDmj"}
  372. 2024-12-24 09:53:29.254 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权3
  373. 2024-12-24 09:53:29.254 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权4
  374. 2024-12-24 09:53:29.254 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权5
  375. 2024-12-24 09:53:29.254 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权6
  376. 2024-12-24 09:53:29.254 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权7
  377. 2024-12-24 09:53:29.587 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权8
  378. 2024-12-24 09:53:29.597 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权9
  379. 2024-12-24 09:53:29.597 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=GHniPlCpfvCysZy3xzYXdpQwKclhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA1NTA5JnQ9MTczNTAwNTIwOSZyPTE1NTAxMzI0OTUmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  380. 2024-12-24 09:53:29.597 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  381. 2024-12-24 09:53:29.721 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  382. 2024-12-24 09:53:29.726 [http-nio-8687-exec-1] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  383. 2024-12-24 09:53:29.784 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  384. 2024-12-24 09:54:53.638 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权:PrvdvPMm3kwHskzr72gtTlduQ9v5CHIK;redirect_uri:1;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=1
  385. 2024-12-24 09:54:53.639 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权1:
  386. 2024-12-24 09:54:53.749 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权2:{"ocode":"1015730314","access_token":"9h8d0It4Wehe0gXbALjEjkGHGQbM9iK7","refresh_token":"faZqYdpIoSCDi7lwaRoDpVG2IAknDl3l","expires_in":7200,"token_type":"bearer"}
  387. 2024-12-24 09:54:53.749 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权3
  388. 2024-12-24 09:54:53.750 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权4
  389. 2024-12-24 09:54:53.750 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权5
  390. 2024-12-24 09:54:53.750 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权6
  391. 2024-12-24 09:54:53.750 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权7
  392. 2024-12-24 09:54:54.009 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权8
  393. 2024-12-24 09:54:54.010 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权9
  394. 2024-12-24 09:54:54.011 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=d7uzGbevfZDlwh66VMO+ytAkq8hhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA1NTkzJnQ9MTczNTAwNTI5MyZyPTEwNjI5OTYxNTgmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  395. 2024-12-24 09:54:54.011 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  396. 2024-12-24 09:54:54.054 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  397. 2024-12-24 09:54:54.056 [http-nio-8687-exec-3] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  398. 2024-12-24 09:54:54.091 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  399. 2024-12-24 09:55:27.292 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权:AxnlBzTPG6bJNLCYH1Mg4SpixjT1sZTD;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  400. 2024-12-24 09:55:27.292 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权1:
  401. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权2:{"token_type":"bearer","expires_in":7200,"access_token":"BskGxHNylYmuwpR6y4IxNJk4qUrbHupf","refresh_token":"c7fqC9U2te5iE9IVQkdifdNBAJfN9nS9","ocode":"1015730314"}
  402. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权3
  403. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权4
  404. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权5
  405. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权6
  406. 2024-12-24 09:55:27.395 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权7
  407. 2024-12-24 09:55:27.615 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权8
  408. 2024-12-24 09:55:27.615 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权9
  409. 2024-12-24 09:55:27.615 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=dlUAwOTFp5ijVk8HPLvOGxlTBKlhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA1NjI3JnQ9MTczNTAwNTMyNyZyPTUxMTYyMDUyOSZmPS8xMjUxNDQ4NjQ2L3d4cHJpdmF0ZS9jYW1wdXMvYXZhdGFycy8yNjk1Ny90bXAvZmI0Y2ExMmQ5NGMwZjMzZWVjMzgyYWVhODNlZmE2NzIucG5n","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  410. 2024-12-24 09:55:27.615 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  411. 2024-12-24 09:55:27.648 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  412. 2024-12-24 09:55:27.649 [http-nio-8687-exec-5] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  413. 2024-12-24 09:55:27.680 [http-nio-8687-exec-5] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  414. 2024-12-24 10:00:47.842 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权:7QE8CNoLScjmwhL6kv8rmgGgzk1IiYok;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  415. 2024-12-24 10:00:47.843 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权1:
  416. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权2:{"expires_in":7200,"access_token":"RvbKHV40I76UQsCBZF06LxzsPwTXtLUE","refresh_token":"kQTFT1irIJBMpjS7B34MkPkxkH7tvPsX","ocode":"1015730314","token_type":"bearer"}
  417. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权3
  418. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权4
  419. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权5
  420. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权6
  421. 2024-12-24 10:00:47.968 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权7
  422. 2024-12-24 10:00:48.249 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权8
  423. 2024-12-24 10:00:48.250 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权9
  424. 2024-12-24 10:00:48.250 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=uhm7tg8u3VaKzK3yUcLjNQLqcalhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA1OTQ3JnQ9MTczNTAwNTY0NyZyPTIwNTcwMjMwMTUmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  425. 2024-12-24 10:00:48.250 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  426. 2024-12-24 10:00:48.288 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  427. 2024-12-24 10:00:48.289 [http-nio-8687-exec-1] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  428. 2024-12-24 10:00:48.319 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  429. 2024-12-24 10:02:48.714 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权:W68rrOxQ3tj2ZVch42Zplm3nyNDK59aK;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  430. 2024-12-24 10:02:48.714 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权1:
  431. 2024-12-24 10:02:48.823 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权2:{"expires_in":7200,"access_token":"jz9O0kU6bZ2mvA1u7neSg68RufxtxwLz","refresh_token":"2efFTxA25fFtqa4HgKCbCqP5I4Cttnvm","ocode":"1015730314","token_type":"bearer"}
  432. 2024-12-24 10:02:48.823 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权3
  433. 2024-12-24 10:02:48.824 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权4
  434. 2024-12-24 10:02:48.824 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权5
  435. 2024-12-24 10:02:48.824 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权6
  436. 2024-12-24 10:02:48.824 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权7
  437. 2024-12-24 10:02:49.116 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权8
  438. 2024-12-24 10:02:49.117 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权9
  439. 2024-12-24 10:02:49.117 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=tcOGetnVGTY+\/gH4fxSIYt\/Ff71hPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA2MDY4JnQ9MTczNTAwNTc2OCZyPTYyNjA1MzQzNCZmPS8xMjUxNDQ4NjQ2L3d4cHJpdmF0ZS9jYW1wdXMvYXZhdGFycy8yNjk1Ny90bXAvZmI0Y2ExMmQ5NGMwZjMzZWVjMzgyYWVhODNlZmE2NzIucG5n","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  440. 2024-12-24 10:02:49.117 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  441. 2024-12-24 10:02:49.204 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  442. 2024-12-24 10:02:49.206 [http-nio-8687-exec-8] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  443. 2024-12-24 10:02:49.254 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  444. 2024-12-24 10:08:57.276 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权:Vu1RYksVN85qYs52kV0quNgtdyAc1AQ0;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  445. 2024-12-24 10:08:57.276 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权1:
  446. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权2:{"ocode":"1015730314","access_token":"FCNDVyRdwuCaiqdrQOHKKRHp1D5ElWmf","refresh_token":"fGZVHTAdmatAaB0ij4QmS04j6XSW1GkP","token_type":"bearer","expires_in":7200}
  447. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权3
  448. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权4
  449. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权5
  450. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权6
  451. 2024-12-24 10:08:57.397 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权7
  452. 2024-12-24 10:08:57.683 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权8
  453. 2024-12-24 10:08:57.684 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权9
  454. 2024-12-24 10:08:57.684 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=dlsRuBBp8tT64eejh68gu2HrWYBhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA2NDM3JnQ9MTczNTAwNjEzNyZyPTczMzY2ODU3NyZmPS8xMjUxNDQ4NjQ2L3d4cHJpdmF0ZS9jYW1wdXMvYXZhdGFycy8yNjk1Ny90bXAvZmI0Y2ExMmQ5NGMwZjMzZWVjMzgyYWVhODNlZmE2NzIucG5n","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  455. 2024-12-24 10:08:57.684 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  456. 2024-12-24 10:08:57.719 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  457. 2024-12-24 10:08:57.720 [http-nio-8687-exec-2] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  458. 2024-12-24 10:08:57.757 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  459. 2024-12-24 10:13:21.080 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  460. 2024-12-24 10:13:21.194 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  461. 2024-12-24 10:13:21.194 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  462. 2024-12-24 10:13:21.194 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  463. 2024-12-24 10:13:21.194 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  464. 2024-12-24 10:13:21.195 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  465. 2024-12-24 10:13:21.196 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  466. 2024-12-24 10:13:21.196 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  467. 2024-12-24 10:13:21.198 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  468. 2024-12-24 10:14:14.265 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  469. 2024-12-24 10:14:14.278 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 13352 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  470. 2024-12-24 10:14:14.279 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  471. 2024-12-24 10:14:14.838 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  472. 2024-12-24 10:14:14.882 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  473. 2024-12-24 10:14:14.884 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  474. 2024-12-24 10:14:14.917 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 24 ms. Found 0 Redis repository interfaces.
  475. 2024-12-24 10:14:15.685 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  476. 2024-12-24 10:14:15.691 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  477. 2024-12-24 10:14:15.691 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  478. 2024-12-24 10:14:15.691 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  479. 2024-12-24 10:14:15.752 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  480. 2024-12-24 10:14:15.752 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1439 ms
  481. 2024-12-24 10:14:16.073 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  482. 2024-12-24 10:14:16.506 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  483. 2024-12-24 10:14:17.784 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  484. 2024-12-24 10:14:19.565 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  485. 2024-12-24 10:14:20.689 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  486. 2024-12-24 10:14:20.695 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  487. 2024-12-24 10:14:20.695 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  488. 2024-12-24 10:14:20.696 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  489. 2024-12-24 10:14:20.696 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  490. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  491. NOT STARTED.
  492. Currently in standby mode.
  493. Number of jobs executed: 0
  494. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  495. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  496. 2024-12-24 10:14:20.696 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  497. 2024-12-24 10:14:20.696 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  498. 2024-12-24 10:14:20.696 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1cfc616
  499. 2024-12-24 10:14:20.725 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  500. 2024-12-24 10:14:20.817 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  501. 2024-12-24 10:14:20.963 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  502. 2024-12-24 10:14:20.964 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  503. 2024-12-24 10:14:20.964 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  504. 2024-12-24 10:14:20.972 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.089 seconds (JVM running for 7.697)
  505. 2024-12-24 10:15:01.695 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  506. 2024-12-24 10:15:01.695 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  507. 2024-12-24 10:15:01.696 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  508. 2024-12-24 10:18:11.369 [http-nio-8687-exec-9] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  509. java.lang.NullPointerException: null
  510. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:62)
  511. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  512. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  513. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  514. at java.lang.reflect.Method.invoke(Method.java:498)
  515. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  516. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  517. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  518. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  519. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  520. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  521. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  522. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  523. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  524. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  525. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  526. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  527. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  528. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  529. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  530. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  531. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  532. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  533. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  534. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  535. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  536. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  537. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  538. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  539. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  540. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  541. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  542. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  543. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  544. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  545. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  546. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  547. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  548. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  549. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  550. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  551. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  552. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  553. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  554. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  555. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  556. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  557. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  558. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  559. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  560. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  561. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  562. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  563. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  564. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  565. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  566. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  567. at java.lang.Thread.run(Thread.java:748)
  568. 2024-12-24 10:18:33.402 [http-nio-8687-exec-10] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  569. java.lang.NullPointerException: null
  570. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:62)
  571. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  572. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  573. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  574. at java.lang.reflect.Method.invoke(Method.java:498)
  575. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  576. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  577. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  578. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  579. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  580. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  581. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  582. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  583. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  584. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  585. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  586. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  587. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  588. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  589. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  590. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  591. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  592. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  593. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  594. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  595. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  596. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  597. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  598. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  599. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  600. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  601. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  602. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  603. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  604. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  605. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  606. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  607. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  608. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  609. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  610. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  611. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  612. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  613. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  614. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  615. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  616. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  617. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  618. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  619. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  620. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  621. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  622. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  623. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  624. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  625. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  626. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  627. at java.lang.Thread.run(Thread.java:748)
  628. 2024-12-24 10:18:49.119 [http-nio-8687-exec-1] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  629. java.lang.NullPointerException: null
  630. at com.template.common.exception.EmsExceptionHandler.exception(EmsExceptionHandler.java:62)
  631. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  632. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  633. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  634. at java.lang.reflect.Method.invoke(Method.java:498)
  635. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  636. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  637. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  638. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  639. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  640. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  641. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  642. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  643. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  644. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  645. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  646. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  647. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  648. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  649. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  650. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  651. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  652. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  653. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  654. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  655. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  656. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  657. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  658. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  659. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  660. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  661. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  662. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  663. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  664. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  665. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  666. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  667. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  668. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  669. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  670. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  671. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  672. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  673. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  674. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  675. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  676. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  677. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  678. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  679. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  680. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  681. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  682. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  683. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  684. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  685. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  686. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  687. at java.lang.Thread.run(Thread.java:748)
  688. 2024-12-24 10:18:50.647 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  689. 2024-12-24 10:18:50.767 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  690. 2024-12-24 10:18:50.767 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  691. 2024-12-24 10:18:50.767 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  692. 2024-12-24 10:18:50.767 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  693. 2024-12-24 10:18:50.767 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  694. 2024-12-24 10:18:50.769 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  695. 2024-12-24 10:18:50.770 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  696. 2024-12-24 10:18:50.773 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  697. 2024-12-24 10:19:51.588 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  698. 2024-12-24 10:19:51.602 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 14468 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  699. 2024-12-24 10:19:51.602 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  700. 2024-12-24 10:19:52.107 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  701. 2024-12-24 10:19:52.148 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  702. 2024-12-24 10:19:52.151 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  703. 2024-12-24 10:19:52.184 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
  704. 2024-12-24 10:19:52.945 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  705. 2024-12-24 10:19:52.951 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  706. 2024-12-24 10:19:52.952 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  707. 2024-12-24 10:19:52.952 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  708. 2024-12-24 10:19:53.013 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  709. 2024-12-24 10:19:53.013 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1375 ms
  710. 2024-12-24 10:19:53.321 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  711. 2024-12-24 10:19:53.728 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  712. 2024-12-24 10:19:54.941 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  713. 2024-12-24 10:19:56.697 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  714. 2024-12-24 10:19:57.685 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  715. 2024-12-24 10:19:57.691 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  716. 2024-12-24 10:19:57.691 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  717. 2024-12-24 10:19:57.691 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  718. 2024-12-24 10:19:57.692 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  719. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  720. NOT STARTED.
  721. Currently in standby mode.
  722. Number of jobs executed: 0
  723. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  724. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  725. 2024-12-24 10:19:57.692 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  726. 2024-12-24 10:19:57.692 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  727. 2024-12-24 10:19:57.692 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@61e8fbfc
  728. 2024-12-24 10:19:57.719 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  729. 2024-12-24 10:19:57.816 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  730. 2024-12-24 10:19:57.930 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  731. 2024-12-24 10:19:57.931 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  732. 2024-12-24 10:19:57.931 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  733. 2024-12-24 10:19:57.938 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.707 seconds (JVM running for 7.209)
  734. 2024-12-24 10:20:04.785 [http-nio-8687-exec-2] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  735. 2024-12-24 10:20:04.785 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  736. 2024-12-24 10:20:04.786 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  737. 2024-12-24 10:24:44.967 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权:PhPXyiPlWpMBxqpkilmI2ksduCWxq3VM;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  738. 2024-12-24 10:24:44.967 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权1:
  739. 2024-12-24 10:24:45.151 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权2:{"token_type":"bearer","access_token":"wWPceeY0d02xC40Qws5pz0K0C5r3wwJp","expires_in":7200,"ocode":"1015730314","refresh_token":"ETDayIa7Er82cOai4gIxGTjgfKHDeQNK"}
  740. 2024-12-24 10:24:45.154 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权3
  741. 2024-12-24 10:24:45.154 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权4
  742. 2024-12-24 10:24:45.154 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权5
  743. 2024-12-24 10:24:45.154 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权6
  744. 2024-12-24 10:24:45.154 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权7
  745. 2024-12-24 10:24:45.424 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权8
  746. 2024-12-24 10:24:45.432 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权9
  747. 2024-12-24 10:24:45.432 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=yhnjmYHRE\/aSWdN5zaSBqfmy4QthPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDA3Mzg0JnQ9MTczNTAwNzA4NCZyPTE4NDYwNDE4NzQmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  748. 2024-12-24 10:24:45.432 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  749. 2024-12-24 10:24:45.483 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  750. 2024-12-24 10:24:45.488 [http-nio-8687-exec-10] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  751. 2024-12-24 10:24:45.530 [http-nio-8687-exec-10] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  752. 2024-12-24 10:38:02.024 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  753. 2024-12-24 10:38:02.136 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  754. 2024-12-24 10:38:02.137 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  755. 2024-12-24 10:38:02.137 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  756. 2024-12-24 10:38:02.137 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  757. 2024-12-24 10:38:02.137 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  758. 2024-12-24 10:38:02.138 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  759. 2024-12-24 10:38:02.139 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  760. 2024-12-24 10:38:02.141 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  761. 2024-12-24 10:38:07.551 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  762. 2024-12-24 10:38:07.565 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 29572 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  763. 2024-12-24 10:38:07.565 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  764. 2024-12-24 10:38:08.182 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  765. 2024-12-24 10:38:08.223 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  766. 2024-12-24 10:38:08.225 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  767. 2024-12-24 10:38:08.264 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 29 ms. Found 0 Redis repository interfaces.
  768. 2024-12-24 10:38:09.053 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  769. 2024-12-24 10:38:09.059 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  770. 2024-12-24 10:38:09.060 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  771. 2024-12-24 10:38:09.060 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  772. 2024-12-24 10:38:09.123 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  773. 2024-12-24 10:38:09.123 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1519 ms
  774. 2024-12-24 10:38:09.441 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  775. 2024-12-24 10:38:09.857 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  776. 2024-12-24 10:38:11.103 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  777. 2024-12-24 10:38:12.934 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  778. 2024-12-24 10:38:13.985 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  779. 2024-12-24 10:38:13.991 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  780. 2024-12-24 10:38:13.991 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  781. 2024-12-24 10:38:13.992 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  782. 2024-12-24 10:38:13.992 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  783. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  784. NOT STARTED.
  785. Currently in standby mode.
  786. Number of jobs executed: 0
  787. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  788. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  789. 2024-12-24 10:38:13.992 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  790. 2024-12-24 10:38:13.992 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  791. 2024-12-24 10:38:13.992 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5b2e7293
  792. 2024-12-24 10:38:14.020 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  793. 2024-12-24 10:38:14.103 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  794. 2024-12-24 10:38:14.254 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  795. 2024-12-24 10:38:14.255 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  796. 2024-12-24 10:38:14.255 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  797. 2024-12-24 10:38:14.268 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.08 seconds (JVM running for 7.583)
  798. 2024-12-24 10:38:45.975 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  799. 2024-12-24 10:38:45.975 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  800. 2024-12-24 10:38:45.976 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  801. 2024-12-24 10:41:39.131 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  802. 2024-12-24 10:41:39.248 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  803. 2024-12-24 10:41:39.248 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  804. 2024-12-24 10:41:39.248 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  805. 2024-12-24 10:41:39.248 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  806. 2024-12-24 10:41:39.249 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  807. 2024-12-24 10:41:39.250 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  808. 2024-12-24 10:41:39.251 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  809. 2024-12-24 10:41:39.254 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  810. 2024-12-24 10:42:32.843 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  811. 2024-12-24 10:42:32.855 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 5796 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  812. 2024-12-24 10:42:32.855 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  813. 2024-12-24 10:42:33.399 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  814. 2024-12-24 10:42:33.442 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  815. 2024-12-24 10:42:33.444 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  816. 2024-12-24 10:42:33.476 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
  817. 2024-12-24 10:42:34.293 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  818. 2024-12-24 10:42:34.299 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  819. 2024-12-24 10:42:34.299 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  820. 2024-12-24 10:42:34.299 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  821. 2024-12-24 10:42:34.363 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  822. 2024-12-24 10:42:34.363 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1470 ms
  823. 2024-12-24 10:42:34.677 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  824. 2024-12-24 10:42:35.120 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  825. 2024-12-24 10:42:36.350 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  826. 2024-12-24 10:42:38.142 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  827. 2024-12-24 10:42:39.255 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  828. 2024-12-24 10:42:39.262 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  829. 2024-12-24 10:42:39.262 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  830. 2024-12-24 10:42:39.263 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  831. 2024-12-24 10:42:39.263 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  832. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  833. NOT STARTED.
  834. Currently in standby mode.
  835. Number of jobs executed: 0
  836. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  837. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  838. 2024-12-24 10:42:39.263 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  839. 2024-12-24 10:42:39.263 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  840. 2024-12-24 10:42:39.263 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@63b187f
  841. 2024-12-24 10:42:39.292 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  842. 2024-12-24 10:42:39.387 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  843. 2024-12-24 10:42:39.513 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  844. 2024-12-24 10:42:39.514 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  845. 2024-12-24 10:42:39.514 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  846. 2024-12-24 10:42:39.522 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.058 seconds (JVM running for 7.588)
  847. 2024-12-24 10:44:37.791 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  848. 2024-12-24 10:44:37.903 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  849. 2024-12-24 10:44:37.904 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  850. 2024-12-24 10:44:37.904 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  851. 2024-12-24 10:44:37.904 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  852. 2024-12-24 10:44:37.904 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  853. 2024-12-24 10:44:37.906 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  854. 2024-12-24 10:44:37.906 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  855. 2024-12-24 10:44:37.912 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  856. 2024-12-24 10:45:30.301 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  857. 2024-12-24 10:45:30.311 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 31768 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  858. 2024-12-24 10:45:30.311 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  859. 2024-12-24 10:45:30.814 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  860. 2024-12-24 10:45:30.864 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  861. 2024-12-24 10:45:30.865 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  862. 2024-12-24 10:45:30.898 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
  863. 2024-12-24 10:45:31.742 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  864. 2024-12-24 10:45:31.747 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  865. 2024-12-24 10:45:31.748 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  866. 2024-12-24 10:45:31.748 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  867. 2024-12-24 10:45:31.813 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  868. 2024-12-24 10:45:31.813 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1467 ms
  869. 2024-12-24 10:45:32.124 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  870. 2024-12-24 10:45:32.802 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  871. 2024-12-24 10:45:34.028 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  872. 2024-12-24 10:45:35.860 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  873. 2024-12-24 10:45:36.897 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  874. 2024-12-24 10:45:36.903 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  875. 2024-12-24 10:45:36.903 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  876. 2024-12-24 10:45:36.904 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  877. 2024-12-24 10:45:36.904 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  878. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  879. NOT STARTED.
  880. Currently in standby mode.
  881. Number of jobs executed: 0
  882. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  883. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  884. 2024-12-24 10:45:36.904 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  885. 2024-12-24 10:45:36.904 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  886. 2024-12-24 10:45:36.904 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@44e31522
  887. 2024-12-24 10:45:36.932 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  888. 2024-12-24 10:45:37.012 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  889. 2024-12-24 10:45:37.152 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  890. 2024-12-24 10:45:37.153 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  891. 2024-12-24 10:45:37.154 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  892. 2024-12-24 10:45:37.163 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.203 seconds (JVM running for 7.72)
  893. 2024-12-24 10:47:10.102 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  894. 2024-12-24 10:47:10.102 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  895. 2024-12-24 10:47:10.103 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  896. 2024-12-24 11:23:59.189 [http-nio-8687-exec-2] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  897. com.template.common.exception.MyCustomException: 异常状态码为:558;具体异常信息为:token为空
  898. at com.template.common.exception.EmsExceptionHandler.returnMyException(EmsExceptionHandler.java:110)
  899. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  900. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  901. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  902. at java.lang.reflect.Method.invoke(Method.java:498)
  903. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  904. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  905. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  906. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:421)
  907. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  908. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  909. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  910. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  911. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  912. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  913. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  914. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  915. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  916. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  917. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  918. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  919. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  920. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  921. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  922. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  923. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  924. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  925. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  926. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  927. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  928. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  929. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  930. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  931. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  932. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  933. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  934. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  935. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  936. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  937. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  938. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  939. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  940. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  941. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  942. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  943. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  944. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  945. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  946. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  947. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  948. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  949. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  950. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  951. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  952. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  953. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  954. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  955. at java.lang.Thread.run(Thread.java:748)
  956. 2024-12-24 11:25:06.784 [http-nio-8687-exec-6] ERROR c.t.c.exception.EmsExceptionHandler - 错误信息
  957. org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'int'; nested exception is java.lang.NumberFormatException: For input string: ""
  958. at com.template.common.exception.EmsExceptionHandler.returnException(EmsExceptionHandler.java:178)
  959. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  960. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  961. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  962. at java.lang.reflect.Method.invoke(Method.java:498)
  963. at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
  964. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
  965. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  966. at org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver.doResolveHandlerMethodException(ExceptionHandlerExceptionResolver.java:417)
  967. at org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver.doResolveException(AbstractHandlerMethodExceptionResolver.java:75)
  968. at org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:141)
  969. at org.springframework.web.servlet.handler.HandlerExceptionResolverComposite.resolveException(HandlerExceptionResolverComposite.java:80)
  970. at org.springframework.web.servlet.DispatcherServlet.processHandlerException(DispatcherServlet.java:1321)
  971. at org.springframework.web.servlet.DispatcherServlet.processDispatchResult(DispatcherServlet.java:1132)
  972. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
  973. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:961)
  974. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  975. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  976. at javax.servlet.http.HttpServlet.service(HttpServlet.java:645)
  977. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  978. at javax.servlet.http.HttpServlet.service(HttpServlet.java:750)
  979. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  980. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  981. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
  982. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  983. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  984. at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
  985. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  986. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  987. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  988. at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
  989. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  990. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  991. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  992. at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
  993. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  994. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  995. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  996. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
  997. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
  998. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  999. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  1000. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
  1001. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
  1002. at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
  1003. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
  1004. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
  1005. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
  1006. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
  1007. at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
  1008. at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
  1009. at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
  1010. at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
  1011. at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
  1012. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1013. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1014. at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  1015. at java.lang.Thread.run(Thread.java:748)
  1016. Caused by: java.lang.NumberFormatException: For input string: ""
  1017. at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
  1018. at java.lang.Integer.parseInt(Integer.java:592)
  1019. at java.lang.Integer.valueOf(Integer.java:766)
  1020. at org.springframework.util.NumberUtils.parseNumber(NumberUtils.java:211)
  1021. at org.springframework.beans.propertyeditors.CustomNumberEditor.setAsText(CustomNumberEditor.java:115)
  1022. at org.springframework.beans.TypeConverterDelegate.doConvertTextValue(TypeConverterDelegate.java:429)
  1023. at org.springframework.beans.TypeConverterDelegate.doConvertValue(TypeConverterDelegate.java:402)
  1024. at org.springframework.beans.TypeConverterDelegate.convertIfNecessary(TypeConverterDelegate.java:155)
  1025. at org.springframework.beans.TypeConverterSupport.convertIfNecessary(TypeConverterSupport.java:73)
  1026. at org.springframework.beans.TypeConverterSupport.convertIfNecessary(TypeConverterSupport.java:53)
  1027. at org.springframework.validation.DataBinder.convertIfNecessary(DataBinder.java:696)
  1028. at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:125)
  1029. at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:122)
  1030. at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)
  1031. at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)
  1032. at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:106)
  1033. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:893)
  1034. at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:807)
  1035. at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
  1036. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1061)
  1037. ... 43 common frames omitted
  1038. 2024-12-24 11:26:12.819 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1039. 2024-12-24 11:26:12.945 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1040. 2024-12-24 11:26:12.946 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1041. 2024-12-24 11:26:12.946 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1042. 2024-12-24 11:26:12.946 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1043. 2024-12-24 11:26:12.946 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1044. 2024-12-24 11:26:12.948 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1045. 2024-12-24 11:26:12.950 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1046. 2024-12-24 11:26:12.954 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1047. 2024-12-24 11:26:37.788 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1048. 2024-12-24 11:26:37.806 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 34108 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1049. 2024-12-24 11:26:37.806 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1050. 2024-12-24 11:26:38.599 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1051. 2024-12-24 11:26:38.659 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1052. 2024-12-24 11:26:38.661 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1053. 2024-12-24 11:26:38.701 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 27 ms. Found 0 Redis repository interfaces.
  1054. 2024-12-24 11:26:39.487 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1055. 2024-12-24 11:26:39.493 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1056. 2024-12-24 11:26:39.493 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1057. 2024-12-24 11:26:39.494 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1058. 2024-12-24 11:26:39.555 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1059. 2024-12-24 11:26:39.555 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1707 ms
  1060. 2024-12-24 11:26:39.902 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1061. 2024-12-24 11:26:40.328 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1062. 2024-12-24 11:26:41.529 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1063. 2024-12-24 11:26:43.292 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1064. 2024-12-24 11:26:44.287 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1065. 2024-12-24 11:26:44.293 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1066. 2024-12-24 11:26:44.293 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1067. 2024-12-24 11:26:44.294 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1068. 2024-12-24 11:26:44.294 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1069. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1070. NOT STARTED.
  1071. Currently in standby mode.
  1072. Number of jobs executed: 0
  1073. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1074. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1075. 2024-12-24 11:26:44.295 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1076. 2024-12-24 11:26:44.295 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1077. 2024-12-24 11:26:44.295 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@361a1ec3
  1078. 2024-12-24 11:26:44.330 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1079. 2024-12-24 11:26:44.415 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1080. 2024-12-24 11:26:44.553 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1081. 2024-12-24 11:26:44.555 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1082. 2024-12-24 11:26:44.555 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1083. 2024-12-24 11:26:44.562 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.186 seconds (JVM running for 7.723)
  1084. 2024-12-24 11:30:48.561 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1085. 2024-12-24 11:30:48.674 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1086. 2024-12-24 11:30:48.675 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1087. 2024-12-24 11:30:48.675 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1088. 2024-12-24 11:30:48.675 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1089. 2024-12-24 11:30:48.675 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1090. 2024-12-24 11:30:48.676 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1091. 2024-12-24 11:30:48.678 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1092. 2024-12-24 11:30:48.681 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1093. 2024-12-24 11:30:51.130 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1094. 2024-12-24 11:30:51.144 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 38516 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1095. 2024-12-24 11:30:51.144 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1096. 2024-12-24 11:30:51.696 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1097. 2024-12-24 11:30:51.744 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1098. 2024-12-24 11:30:51.746 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1099. 2024-12-24 11:30:51.779 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
  1100. 2024-12-24 11:30:52.535 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1101. 2024-12-24 11:30:52.541 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1102. 2024-12-24 11:30:52.541 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1103. 2024-12-24 11:30:52.541 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1104. 2024-12-24 11:30:52.601 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1105. 2024-12-24 11:30:52.601 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1419 ms
  1106. 2024-12-24 11:30:52.911 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1107. 2024-12-24 11:30:53.335 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1108. 2024-12-24 11:30:54.596 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1109. 2024-12-24 11:30:56.364 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1110. 2024-12-24 11:30:57.420 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1111. 2024-12-24 11:30:57.426 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1112. 2024-12-24 11:30:57.426 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1113. 2024-12-24 11:30:57.427 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1114. 2024-12-24 11:30:57.427 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1115. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1116. NOT STARTED.
  1117. Currently in standby mode.
  1118. Number of jobs executed: 0
  1119. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1120. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1121. 2024-12-24 11:30:57.427 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1122. 2024-12-24 11:30:57.427 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1123. 2024-12-24 11:30:57.427 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@39911d6a
  1124. 2024-12-24 11:30:57.456 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1125. 2024-12-24 11:30:57.532 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1126. 2024-12-24 11:30:57.657 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1127. 2024-12-24 11:30:57.658 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1128. 2024-12-24 11:30:57.658 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1129. 2024-12-24 11:30:57.666 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.917 seconds (JVM running for 7.42)
  1130. 2024-12-24 11:31:05.119 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1131. 2024-12-24 11:31:05.231 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1132. 2024-12-24 11:31:05.232 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1133. 2024-12-24 11:31:05.232 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1134. 2024-12-24 11:31:05.232 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1135. 2024-12-24 11:31:05.232 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1136. 2024-12-24 11:31:05.234 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1137. 2024-12-24 11:31:05.234 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1138. 2024-12-24 11:31:05.237 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1139. 2024-12-24 11:31:07.588 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1140. 2024-12-24 11:31:07.603 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 34592 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1141. 2024-12-24 11:31:07.603 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1142. 2024-12-24 11:31:08.145 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1143. 2024-12-24 11:31:08.188 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1144. 2024-12-24 11:31:08.190 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1145. 2024-12-24 11:31:08.222 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
  1146. 2024-12-24 11:31:08.983 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1147. 2024-12-24 11:31:08.988 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1148. 2024-12-24 11:31:08.989 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1149. 2024-12-24 11:31:08.989 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1150. 2024-12-24 11:31:09.054 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1151. 2024-12-24 11:31:09.055 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1415 ms
  1152. 2024-12-24 11:31:09.368 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1153. 2024-12-24 11:31:09.799 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1154. 2024-12-24 11:31:11.061 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1155. 2024-12-24 11:31:12.906 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1156. 2024-12-24 11:31:13.977 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1157. 2024-12-24 11:31:13.983 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1158. 2024-12-24 11:31:13.983 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1159. 2024-12-24 11:31:13.984 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1160. 2024-12-24 11:31:13.984 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1161. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1162. NOT STARTED.
  1163. Currently in standby mode.
  1164. Number of jobs executed: 0
  1165. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1166. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1167. 2024-12-24 11:31:13.984 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1168. 2024-12-24 11:31:13.984 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1169. 2024-12-24 11:31:13.984 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@17991766
  1170. 2024-12-24 11:31:14.012 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1171. 2024-12-24 11:31:14.084 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1172. 2024-12-24 11:31:14.213 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1173. 2024-12-24 11:31:14.214 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1174. 2024-12-24 11:31:14.214 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1175. 2024-12-24 11:31:14.221 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.999 seconds (JVM running for 7.478)
  1176. 2024-12-24 11:31:16.850 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1177. 2024-12-24 11:31:16.968 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1178. 2024-12-24 11:31:16.969 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1179. 2024-12-24 11:31:16.969 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1180. 2024-12-24 11:31:16.970 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1181. 2024-12-24 11:31:16.970 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1182. 2024-12-24 11:31:16.971 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1183. 2024-12-24 11:31:16.972 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1184. 2024-12-24 11:31:16.974 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1185. 2024-12-24 11:31:19.213 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1186. 2024-12-24 11:31:19.227 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 39488 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1187. 2024-12-24 11:31:19.228 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1188. 2024-12-24 11:31:19.840 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1189. 2024-12-24 11:31:19.883 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1190. 2024-12-24 11:31:19.885 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1191. 2024-12-24 11:31:19.917 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
  1192. 2024-12-24 11:31:20.699 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1193. 2024-12-24 11:31:20.704 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1194. 2024-12-24 11:31:20.705 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1195. 2024-12-24 11:31:20.705 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1196. 2024-12-24 11:31:20.766 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1197. 2024-12-24 11:31:20.766 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1500 ms
  1198. 2024-12-24 11:31:21.082 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1199. 2024-12-24 11:31:21.508 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1200. 2024-12-24 11:31:22.775 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1201. 2024-12-24 11:31:24.515 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1202. 2024-12-24 11:31:25.508 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1203. 2024-12-24 11:31:25.515 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1204. 2024-12-24 11:31:25.515 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1205. 2024-12-24 11:31:25.515 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1206. 2024-12-24 11:31:25.516 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1207. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1208. NOT STARTED.
  1209. Currently in standby mode.
  1210. Number of jobs executed: 0
  1211. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1212. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1213. 2024-12-24 11:31:25.516 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1214. 2024-12-24 11:31:25.516 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1215. 2024-12-24 11:31:25.516 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3be22500
  1216. 2024-12-24 11:31:25.543 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1217. 2024-12-24 11:31:25.614 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1218. 2024-12-24 11:31:25.745 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1219. 2024-12-24 11:31:25.746 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1220. 2024-12-24 11:31:25.746 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1221. 2024-12-24 11:31:25.753 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.878 seconds (JVM running for 7.377)
  1222. 2024-12-24 11:31:27.656 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1223. 2024-12-24 11:31:27.656 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  1224. 2024-12-24 11:31:27.657 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms
  1225. 2024-12-24 11:32:26.889 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1226. 2024-12-24 11:32:27.003 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1227. 2024-12-24 11:32:27.004 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1228. 2024-12-24 11:32:27.004 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1229. 2024-12-24 11:32:27.004 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1230. 2024-12-24 11:32:27.004 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1231. 2024-12-24 11:32:27.006 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1232. 2024-12-24 11:32:27.007 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1233. 2024-12-24 11:32:27.009 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1234. 2024-12-24 11:32:29.368 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1235. 2024-12-24 11:32:29.381 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 22504 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1236. 2024-12-24 11:32:29.381 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1237. 2024-12-24 11:32:29.882 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1238. 2024-12-24 11:32:29.924 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1239. 2024-12-24 11:32:29.925 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1240. 2024-12-24 11:32:29.960 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 25 ms. Found 0 Redis repository interfaces.
  1241. 2024-12-24 11:32:30.706 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1242. 2024-12-24 11:32:30.711 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1243. 2024-12-24 11:32:30.711 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1244. 2024-12-24 11:32:30.711 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1245. 2024-12-24 11:32:30.774 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1246. 2024-12-24 11:32:30.774 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1359 ms
  1247. 2024-12-24 11:32:31.104 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1248. 2024-12-24 11:32:31.512 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1249. 2024-12-24 11:32:32.826 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1250. 2024-12-24 11:32:34.685 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1251. 2024-12-24 11:32:35.760 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1252. 2024-12-24 11:32:35.767 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1253. 2024-12-24 11:32:35.767 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1254. 2024-12-24 11:32:35.767 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1255. 2024-12-24 11:32:35.768 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1256. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1257. NOT STARTED.
  1258. Currently in standby mode.
  1259. Number of jobs executed: 0
  1260. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1261. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1262. 2024-12-24 11:32:35.768 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1263. 2024-12-24 11:32:35.768 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1264. 2024-12-24 11:32:35.768 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2ef1b7f4
  1265. 2024-12-24 11:32:35.798 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1266. 2024-12-24 11:32:35.876 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1267. 2024-12-24 11:32:36.006 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1268. 2024-12-24 11:32:36.007 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1269. 2024-12-24 11:32:36.007 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1270. 2024-12-24 11:32:36.016 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.978 seconds (JVM running for 7.524)
  1271. 2024-12-24 11:32:36.042 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1272. 2024-12-24 11:32:36.042 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  1273. 2024-12-24 11:32:36.043 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  1274. 2024-12-24 11:33:28.801 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1275. 2024-12-24 11:33:28.917 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1276. 2024-12-24 11:33:28.918 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1277. 2024-12-24 11:33:28.918 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1278. 2024-12-24 11:33:28.918 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1279. 2024-12-24 11:33:28.918 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1280. 2024-12-24 11:33:28.919 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1281. 2024-12-24 11:33:28.920 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1282. 2024-12-24 11:33:28.924 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1283. 2024-12-24 11:33:52.239 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1284. 2024-12-24 11:33:52.253 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 25364 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1285. 2024-12-24 11:33:52.253 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1286. 2024-12-24 11:33:52.790 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1287. 2024-12-24 11:33:52.831 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1288. 2024-12-24 11:33:52.832 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1289. 2024-12-24 11:33:52.863 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 21 ms. Found 0 Redis repository interfaces.
  1290. 2024-12-24 11:33:53.624 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1291. 2024-12-24 11:33:53.630 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1292. 2024-12-24 11:33:53.630 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1293. 2024-12-24 11:33:53.630 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1294. 2024-12-24 11:33:53.693 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1295. 2024-12-24 11:33:53.693 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1404 ms
  1296. 2024-12-24 11:33:54.017 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1297. 2024-12-24 11:33:54.430 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1298. 2024-12-24 11:33:55.715 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1299. 2024-12-24 11:33:57.452 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1300. 2024-12-24 11:33:58.542 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1301. 2024-12-24 11:33:58.547 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1302. 2024-12-24 11:33:58.548 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1303. 2024-12-24 11:33:58.548 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1304. 2024-12-24 11:33:58.548 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1305. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1306. NOT STARTED.
  1307. Currently in standby mode.
  1308. Number of jobs executed: 0
  1309. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1310. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1311. 2024-12-24 11:33:58.548 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1312. 2024-12-24 11:33:58.548 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1313. 2024-12-24 11:33:58.549 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1fa4db07
  1314. 2024-12-24 11:33:58.578 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1315. 2024-12-24 11:33:58.649 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1316. 2024-12-24 11:33:58.793 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1317. 2024-12-24 11:33:58.795 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1318. 2024-12-24 11:33:58.795 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1319. 2024-12-24 11:33:58.802 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.929 seconds (JVM running for 7.452)
  1320. 2024-12-24 11:34:48.329 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1321. 2024-12-24 11:34:48.329 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  1322. 2024-12-24 11:34:48.330 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  1323. 2024-12-24 15:13:44.491 [http-nio-8687-exec-3] INFO c.t.handler.MyMetaObjectHandler - start insert fill.....
  1324. 2024-12-24 15:46:44.790 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1325. 2024-12-24 15:46:44.912 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1326. 2024-12-24 15:46:44.913 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1327. 2024-12-24 15:46:44.913 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1328. 2024-12-24 15:46:44.913 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1329. 2024-12-24 15:46:44.914 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1330. 2024-12-24 15:46:44.918 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1331. 2024-12-24 15:46:44.920 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1332. 2024-12-24 15:46:44.924 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1333. 2024-12-24 15:47:43.207 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1334. 2024-12-24 15:47:43.222 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 29120 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1335. 2024-12-24 15:47:43.222 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1336. 2024-12-24 15:47:43.851 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1337. 2024-12-24 15:47:43.887 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1338. 2024-12-24 15:47:43.889 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1339. 2024-12-24 15:47:43.921 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 22 ms. Found 0 Redis repository interfaces.
  1340. 2024-12-24 15:47:44.710 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1341. 2024-12-24 15:47:44.716 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1342. 2024-12-24 15:47:44.717 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1343. 2024-12-24 15:47:44.717 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1344. 2024-12-24 15:47:44.793 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1345. 2024-12-24 15:47:44.793 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1531 ms
  1346. 2024-12-24 15:47:45.163 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1347. 2024-12-24 15:47:45.734 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1348. 2024-12-24 15:47:47.153 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1349. 2024-12-24 15:47:49.089 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1350. 2024-12-24 15:47:50.442 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1351. 2024-12-24 15:47:50.448 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1352. 2024-12-24 15:47:50.448 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1353. 2024-12-24 15:47:50.449 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1354. 2024-12-24 15:47:50.449 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1355. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1356. NOT STARTED.
  1357. Currently in standby mode.
  1358. Number of jobs executed: 0
  1359. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1360. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1361. 2024-12-24 15:47:50.449 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1362. 2024-12-24 15:47:50.450 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1363. 2024-12-24 15:47:50.450 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1135efad
  1364. 2024-12-24 15:47:50.481 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1365. 2024-12-24 15:47:50.579 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1366. 2024-12-24 15:47:50.592 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1367. 2024-12-24 15:47:50.594 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1368. 2024-12-24 15:47:50.594 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1369. 2024-12-24 15:47:50.602 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.773 seconds (JVM running for 8.316)
  1370. 2024-12-24 15:48:30.287 [http-nio-8687-exec-2] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1371. 2024-12-24 15:48:30.287 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  1372. 2024-12-24 15:48:30.288 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
  1373. 2024-12-24 15:49:54.676 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1374. 2024-12-24 15:49:54.786 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  1375. 2024-12-24 15:49:54.787 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  1376. 2024-12-24 15:49:54.787 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  1377. 2024-12-24 15:49:54.787 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  1378. 2024-12-24 15:49:54.787 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  1379. 2024-12-24 15:49:54.789 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  1380. 2024-12-24 15:49:54.790 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  1381. 2024-12-24 15:49:54.793 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  1382. 2024-12-24 15:50:15.480 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  1383. 2024-12-24 15:50:15.496 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 33064 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  1384. 2024-12-24 15:50:15.497 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  1385. 2024-12-24 15:50:16.142 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  1386. 2024-12-24 15:50:16.207 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  1387. 2024-12-24 15:50:16.210 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  1388. 2024-12-24 15:50:16.258 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 29 ms. Found 0 Redis repository interfaces.
  1389. 2024-12-24 15:50:17.118 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  1390. 2024-12-24 15:50:17.123 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  1391. 2024-12-24 15:50:17.124 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  1392. 2024-12-24 15:50:17.124 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  1393. 2024-12-24 15:50:17.187 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  1394. 2024-12-24 15:50:17.187 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1651 ms
  1395. 2024-12-24 15:50:17.499 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  1396. 2024-12-24 15:50:17.946 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  1397. 2024-12-24 15:50:19.198 [main] WARN o.s.w.s.r.ResourceHttpRequestHandler - Locations list is empty. No resources will be served unless a custom ResourceResolver is configured as an alternative to PathResourceResolver.
  1398. 2024-12-24 15:50:20.974 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  1399. 2024-12-24 15:50:22.006 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  1400. 2024-12-24 15:50:22.012 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  1401. 2024-12-24 15:50:22.012 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  1402. 2024-12-24 15:50:22.012 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  1403. 2024-12-24 15:50:22.013 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  1404. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  1405. NOT STARTED.
  1406. Currently in standby mode.
  1407. Number of jobs executed: 0
  1408. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  1409. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  1410. 2024-12-24 15:50:22.013 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  1411. 2024-12-24 15:50:22.013 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  1412. 2024-12-24 15:50:22.013 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@307fe491
  1413. 2024-12-24 15:50:22.041 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  1414. 2024-12-24 15:50:22.113 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  1415. 2024-12-24 15:50:22.238 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  1416. 2024-12-24 15:50:22.239 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  1417. 2024-12-24 15:50:22.240 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  1418. 2024-12-24 15:50:22.247 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.119 seconds (JVM running for 7.703)
  1419. 2024-12-24 16:18:20.131 [http-nio-8687-exec-2] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  1420. 2024-12-24 16:18:20.131 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  1421. 2024-12-24 16:18:20.132 [http-nio-8687-exec-2] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms
  1422. 2024-12-24 16:18:20.192 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权:2jCv1tFa8js9jYlakx2ktfDhIHCaRLul;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  1423. 2024-12-24 16:18:20.192 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权1:
  1424. 2024-12-24 16:18:20.419 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权2:{"token_type":"bearer","access_token":"VUh1FOnQv5vUQTxAqHKCqo6b2Js4NqpJ","refresh_token":"moW9cVJQ87v5EaNmiBRmI1kawDd0Nx68","ocode":"1015730314","expires_in":7200}
  1425. 2024-12-24 16:18:20.423 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权3
  1426. 2024-12-24 16:18:20.423 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权4
  1427. 2024-12-24 16:18:20.423 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权5
  1428. 2024-12-24 16:18:20.423 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权6
  1429. 2024-12-24 16:18:20.423 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权7
  1430. 2024-12-24 16:18:20.732 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权8
  1431. 2024-12-24 16:18:20.737 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权9
  1432. 2024-12-24 16:18:20.737 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=nyIhI1RlNlcU8hU5CTo7IFK8Xl5hPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDI4NTk5JnQ9MTczNTAyODI5OSZyPTIxMTg4Mjg1NDcmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  1433. 2024-12-24 16:18:20.737 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  1434. 2024-12-24 16:18:20.849 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  1435. 2024-12-24 16:18:20.853 [http-nio-8687-exec-2] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  1436. 2024-12-24 16:18:20.920 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  1437. 2024-12-24 16:25:35.060 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权:6x3wYnO00867VPgLU9wvbSc4Yy2Vbs9A;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  1438. 2024-12-24 16:25:35.061 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权1:
  1439. 2024-12-24 16:25:35.186 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权2:{"expires_in":7200,"access_token":"1odB5QXwMZEftElz91GgIh1lh22fIKdW","refresh_token":"EoLQ742GmSvTEP2rWKPTtOElJBMroODp","ocode":"1015730314","token_type":"bearer"}
  1440. 2024-12-24 16:25:35.186 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权3
  1441. 2024-12-24 16:25:35.187 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权4
  1442. 2024-12-24 16:25:35.187 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权5
  1443. 2024-12-24 16:25:35.187 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权6
  1444. 2024-12-24 16:25:35.187 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权7
  1445. 2024-12-24 16:25:35.453 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权8
  1446. 2024-12-24 16:25:35.456 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权9
  1447. 2024-12-24 16:25:35.457 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权获取用户信息:{"errcode":0,"errmsg":"OK","card_number":"360830199603245117","name":"\u7518\u6631\u65b0","gender":1,"head_image":"\/\/wxprivate-1251448646.file.myqcloud.com\/campus\/avatars\/26957\/tmp\/fb4ca12d94c0f33eec382aea83efa672.png?sign=OXrl8TDnwQUi+WbyirBlB709+yVhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MDI5MDM0JnQ9MTczNTAyODczNCZyPTQ3Njc4ODYyMiZmPS8xMjUxNDQ4NjQ2L3d4cHJpdmF0ZS9jYW1wdXMvYXZhdGFycy8yNjk1Ny90bXAvZmI0Y2ExMmQ5NGMwZjMzZWVjMzgyYWVhODNlZmE2NzIucG5n","identity_type":4,"grade":"2021","campus":"\u9ec4\u5bb6\u6e56\u6821\u533a","dorm_number":"","physical_chip_number":"","physical_card_number":"","nation":"","origin_place":"","graduated_school":"","address":"","qq":"","email":"","card_type":1,"identity_title":"","college":"\u5357\u660c\u4ea4\u901a\u5b66\u9662","profession":"\u5f00\u53d1\u6d4b\u8bd5\u90e8\u95e8","class":"\u6d4b\u8bd5\u73ed\u7ea7","id_card":"360830199603245117","country":197,"telephone":"(+86)18320846714","data_source":0,"start_at":"","expire_at":"","job_title":"","register_year":"2021","school_period":"","serial_number":"","organization":[800506],"department":[0],"main_org_node":800506,"ocode":"1015730314"}
  1448. 2024-12-24 16:25:35.457 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  1449. 2024-12-24 16:25:35.495 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  1450. 2024-12-24 16:25:35.496 [http-nio-8687-exec-8] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  1451. 2024-12-24 16:25:35.528 [http-nio-8687-exec-8] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117