smart-2024-12-26.log 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. 2024-12-26 16:44:27.864 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  2. 2024-12-26 16:44:27.883 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 15556 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  3. 2024-12-26 16:44:27.883 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  4. 2024-12-26 16:44:28.535 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  5. 2024-12-26 16:44:28.592 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  6. 2024-12-26 16:44:28.594 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  7. 2024-12-26 16:44:28.635 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 28 ms. Found 0 Redis repository interfaces.
  8. 2024-12-26 16:44:29.505 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  9. 2024-12-26 16:44:29.510 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  10. 2024-12-26 16:44:29.510 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  11. 2024-12-26 16:44:29.510 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  12. 2024-12-26 16:44:29.585 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  13. 2024-12-26 16:44:29.586 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1662 ms
  14. 2024-12-26 16:44:29.920 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  15. 2024-12-26 16:44:30.388 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  16. 2024-12-26 16:44:31.640 [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-26 16:44:33.462 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  18. 2024-12-26 16:44:34.570 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  19. 2024-12-26 16:44:34.578 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  20. 2024-12-26 16:44:34.578 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  21. 2024-12-26 16:44:34.579 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  22. 2024-12-26 16:44:34.579 [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-26 16:44:34.579 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  30. 2024-12-26 16:44:34.579 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  31. 2024-12-26 16:44:34.579 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@3003b9ad
  32. 2024-12-26 16:44:34.635 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  33. 2024-12-26 16:44:34.712 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  34. 2024-12-26 16:44:34.838 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  35. 2024-12-26 16:44:34.839 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  36. 2024-12-26 16:44:34.839 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  37. 2024-12-26 16:44:34.848 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.387 seconds (JVM running for 8.211)
  38. 2024-12-26 16:44:43.699 [http-nio-8687-exec-1] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring DispatcherServlet 'dispatcherServlet'
  39. 2024-12-26 16:44:43.700 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
  40. 2024-12-26 16:44:43.700 [http-nio-8687-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 0 ms
  41. 2024-12-26 16:44:43.759 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权:MpijYOOFWVRZ51N03jE1pfZgmz58xBrb;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  42. 2024-12-26 16:44:43.759 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权1:
  43. 2024-12-26 16:44:43.931 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权2:{"access_token":"W7QXJc3drpsLzRnG5gws2XfGOa3g85lo","token_type":"bearer","expires_in":7200,"ocode":"1015730314","refresh_token":"AlYW7u50vBtk5rCbKTn7EjmwzYav3Onj"}
  44. 2024-12-26 16:44:43.935 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权3
  45. 2024-12-26 16:44:43.935 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权4
  46. 2024-12-26 16:44:43.935 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权5
  47. 2024-12-26 16:44:43.935 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权6
  48. 2024-12-26 16:44:43.935 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权7
  49. 2024-12-26 16:44:44.186 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权8
  50. 2024-12-26 16:44:44.192 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权9
  51. 2024-12-26 16:44:44.193 [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=nUha6yQbWnTDfRck5nvCo3CkX6ZhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MjAyOTgyJnQ9MTczNTIwMjY4MiZyPTEzNzcwMjIyMjUmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","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"}
  52. 2024-12-26 16:44:44.193 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  53. 2024-12-26 16:44:44.300 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  54. 2024-12-26 16:44:44.305 [http-nio-8687-exec-1] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  55. 2024-12-26 16:44:44.356 [http-nio-8687-exec-1] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  56. 2024-12-26 16:44:53.832 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权:CrJihiCNnIkhibnsvU96TPN598Vb1vTo;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  57. 2024-12-26 16:44:53.832 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权1:
  58. 2024-12-26 16:44:53.942 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权2:{"access_token":"kM9YoXqn70rXE9qHM1CazlekHt5WhZ8K","refresh_token":"ntFAJpWy3nAg16juixetxtkRMpOJfXl9","ocode":"1015730314","expires_in":7200,"token_type":"bearer"}
  59. 2024-12-26 16:44:53.943 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权3
  60. 2024-12-26 16:44:53.943 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权4
  61. 2024-12-26 16:44:53.943 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权5
  62. 2024-12-26 16:44:53.943 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权6
  63. 2024-12-26 16:44:53.943 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权7
  64. 2024-12-26 16:44:54.161 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权8
  65. 2024-12-26 16:44:54.164 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权9
  66. 2024-12-26 16:44:54.164 [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=JPprvG1rqjjt4bIsaw5J+wwsupVhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MjAyOTkyJnQ9MTczNTIwMjY5MiZyPTU2MDgxNzM5MyZmPS8xMjUxNDQ4NjQ2L3d4cHJpdmF0ZS9jYW1wdXMvYXZhdGFycy8yNjk1Ny90bXAvZmI0Y2ExMmQ5NGMwZjMzZWVjMzgyYWVhODNlZmE2NzIucG5n","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"}
  67. 2024-12-26 16:44:54.164 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  68. 2024-12-26 16:44:54.200 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  69. 2024-12-26 16:44:54.201 [http-nio-8687-exec-2] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  70. 2024-12-26 16:44:54.231 [http-nio-8687-exec-2] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  71. 2024-12-26 16:45:15.013 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权:W3oG4P3KfIKls4JZx8N46Zmd8JAh4xYv;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  72. 2024-12-26 16:45:15.013 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权1:
  73. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权2:{"access_token":"XmzvWI5UprrVO9sfb98rM5RxfT06ZZDE","refresh_token":"sTMWUZ4RCYOaamHqUr2DL4QNKx3Kz2s3","ocode":"1015730314","expires_in":7200,"token_type":"bearer"}
  74. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权3
  75. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权4
  76. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权5
  77. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权6
  78. 2024-12-26 16:45:15.114 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权7
  79. 2024-12-26 16:45:15.367 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权8
  80. 2024-12-26 16:45:15.368 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权9
  81. 2024-12-26 16:45:15.368 [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=tTS2FxSN0gmRqlU02FBP\/exUZGxhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MjAzMDEzJnQ9MTczNTIwMjcxMyZyPTkyODcxOTg3JmY9LzEyNTE0NDg2NDYvd3hwcml2YXRlL2NhbXB1cy9hdmF0YXJzLzI2OTU3L3RtcC9mYjRjYTEyZDk0YzBmMzNlZWMzODJhZWE4M2VmYTY3Mi5wbmc=","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"}
  82. 2024-12-26 16:45:15.368 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  83. 2024-12-26 16:45:15.405 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  84. 2024-12-26 16:45:15.406 [http-nio-8687-exec-3] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  85. 2024-12-26 16:45:15.437 [http-nio-8687-exec-3] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  86. 2024-12-26 16:45:55.491 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权:vvda4agk68p98cE7dv9COmuMfMcjTn9A;redirect_uri:false;H5:http://192.168.161.220:8687/alumni/api/login/Openid?urlstr=false
  87. 2024-12-26 16:45:55.492 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权1:
  88. 2024-12-26 16:45:55.602 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权2:{"access_token":"rw6177sQfH12X1FuiIlEuuldXGVrsLWI","token_type":"bearer","ocode":"1015730314","refresh_token":"uNwFCkaDCn4w79Y0MrD7dmPqvT5TiEC4","expires_in":7200}
  89. 2024-12-26 16:45:55.603 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权3
  90. 2024-12-26 16:45:55.603 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权4
  91. 2024-12-26 16:45:55.603 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权5
  92. 2024-12-26 16:45:55.603 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权6
  93. 2024-12-26 16:45:55.603 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权7
  94. 2024-12-26 16:45:55.895 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权8
  95. 2024-12-26 16:45:55.895 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权9
  96. 2024-12-26 16:45:55.895 [http-nio-8687-exec-4] 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=3+nsFywL\/IeN5LF09gVyhPFMFlBhPTEyNTE0NDg2NDYmYj13eHByaXZhdGUmaz1BS0lEcGFEZzNYNFJhWUs2dVZ0NkI4MnFZN1ZrbGJKckhUVk0mZT0xNzM1MjAzMDU0JnQ9MTczNTIwMjc1NCZyPTE1MDA1MzE0NzYmZj0vMTI1MTQ0ODY0Ni93eHByaXZhdGUvY2FtcHVzL2F2YXRhcnMvMjY5NTcvdG1wL2ZiNGNhMTJkOTRjMGYzM2VlYzM4MmFlYTgzZWZhNjcyLnBuZw==","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"}
  97. 2024-12-26 16:45:55.896 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权获取用户信息类别:4
  98. 2024-12-26 16:45:55.934 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权校区:黄家湖校区
  99. 2024-12-26 16:45:55.934 [http-nio-8687-exec-4] INFO c.t.handler.MyMetaObjectHandler - start update fill.....
  100. 2024-12-26 16:45:55.964 [http-nio-8687-exec-4] INFO c.t.controller.LoginController - 微校授权成功:甘昱新360830199603245117
  101. 2024-12-26 16:50:44.312 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  102. 2024-12-26 16:50:44.426 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  103. 2024-12-26 16:50:44.426 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  104. 2024-12-26 16:50:44.426 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  105. 2024-12-26 16:50:44.427 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  106. 2024-12-26 16:50:44.427 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  107. 2024-12-26 16:50:44.428 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  108. 2024-12-26 16:50:44.429 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  109. 2024-12-26 16:50:44.432 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  110. 2024-12-26 16:52:41.252 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  111. 2024-12-26 16:52:41.263 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 13276 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  112. 2024-12-26 16:52:41.263 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  113. 2024-12-26 16:52:41.881 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  114. 2024-12-26 16:52:41.925 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  115. 2024-12-26 16:52:41.927 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  116. 2024-12-26 16:52:41.965 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 27 ms. Found 0 Redis repository interfaces.
  117. 2024-12-26 16:52:42.786 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  118. 2024-12-26 16:52:42.792 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  119. 2024-12-26 16:52:42.792 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  120. 2024-12-26 16:52:42.792 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  121. 2024-12-26 16:52:42.857 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  122. 2024-12-26 16:52:42.857 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1554 ms
  123. 2024-12-26 16:52:43.187 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  124. 2024-12-26 16:52:43.593 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  125. 2024-12-26 16:52:44.835 [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-26 16:52:46.581 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  127. 2024-12-26 16:52:47.630 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  128. 2024-12-26 16:52:47.636 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  129. 2024-12-26 16:52:47.636 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  130. 2024-12-26 16:52:47.636 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  131. 2024-12-26 16:52:47.636 [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-26 16:52:47.637 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  139. 2024-12-26 16:52:47.637 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  140. 2024-12-26 16:52:47.637 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@74037f9b
  141. 2024-12-26 16:52:47.666 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  142. 2024-12-26 16:52:47.744 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  143. 2024-12-26 16:52:47.897 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  144. 2024-12-26 16:52:47.898 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  145. 2024-12-26 16:52:47.899 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  146. 2024-12-26 16:52:47.906 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 7.049 seconds (JVM running for 7.657)
  147. 2024-12-26 17:15:43.078 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  148. 2024-12-26 17:15:43.192 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
  149. 2024-12-26 17:15:43.194 [SpringContextShutdownHook] INFO o.s.s.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
  150. 2024-12-26 17:15:43.194 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
  151. 2024-12-26 17:15:43.194 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
  152. 2024-12-26 17:15:43.194 [SpringContextShutdownHook] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
  153. 2024-12-26 17:15:43.195 [SpringContextShutdownHook] INFO o.s.s.c.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
  154. 2024-12-26 17:15:43.196 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
  155. 2024-12-26 17:15:43.199 [SpringContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
  156. 2024-12-26 17:18:50.524 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.5.Final
  157. 2024-12-26 17:18:50.538 [main] INFO com.template.MybatisPlusApplication - Starting MybatisPlusApplication using Java 1.8.0_181 on DESKTOP-4B4LOJM with PID 11844 (D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai\target\classes started by Bingo in D:\Bingo\Desktop\工作内容\校友生态\school_ecology_houtai)
  158. 2024-12-26 17:18:50.539 [main] INFO com.template.MybatisPlusApplication - The following profiles are active: prod
  159. 2024-12-26 17:18:51.051 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.template]' package. Please check your configuration.
  160. 2024-12-26 17:18:51.092 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
  161. 2024-12-26 17:18:51.093 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  162. 2024-12-26 17:18:51.126 [main] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 23 ms. Found 0 Redis repository interfaces.
  163. 2024-12-26 17:18:51.859 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8687 (http)
  164. 2024-12-26 17:18:51.865 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8687"]
  165. 2024-12-26 17:18:51.866 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  166. 2024-12-26 17:18:51.866 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.39]
  167. 2024-12-26 17:18:51.927 [main] INFO o.a.c.c.C.[.[localhost].[/alumni] - Initializing Spring embedded WebApplicationContext
  168. 2024-12-26 17:18:51.928 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1351 ms
  169. 2024-12-26 17:18:52.236 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
  170. 2024-12-26 17:18:52.657 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
  171. 2024-12-26 17:18:53.908 [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.
  172. 2024-12-26 17:18:55.657 [main] INFO o.s.s.c.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
  173. 2024-12-26 17:18:56.723 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  174. 2024-12-26 17:18:56.730 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  175. 2024-12-26 17:18:56.730 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
  176. 2024-12-26 17:18:56.730 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  177. 2024-12-26 17:18:56.730 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  178. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  179. NOT STARTED.
  180. Currently in standby mode.
  181. Number of jobs executed: 0
  182. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  183. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  184. 2024-12-26 17:18:56.730 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
  185. 2024-12-26 17:18:56.730 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
  186. 2024-12-26 17:18:56.730 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@452888c2
  187. 2024-12-26 17:18:56.758 [main] INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
  188. 2024-12-26 17:18:56.837 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8687"]
  189. 2024-12-26 17:18:56.966 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8687 (http) with context path '/alumni'
  190. 2024-12-26 17:18:56.967 [main] INFO o.s.s.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
  191. 2024-12-26 17:18:56.967 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
  192. 2024-12-26 17:18:56.975 [main] INFO com.template.MybatisPlusApplication - Started MybatisPlusApplication in 6.795 seconds (JVM running for 7.37)