16:18:49.808 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.6 on wenxin with PID 1460 (D:\job\homework\target\classes started by wx_20 in D:\job\homework)
16:18:49.815 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
16:18:50.744 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
16:18:50.751 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
16:18:50.751 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
16:18:50.751 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
16:18:50.871 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
16:18:50.871 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1018 ms
16:18:50.948 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
16:18:51.042 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
16:18:51.978 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
16:18:52.155 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
16:18:52.174 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
16:18:52.181 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.684 seconds (JVM running for 3.617)
16:18:52.183 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
16:18:52.183 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
16:18:52.557 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
16:19:06.809 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
16:19:06.815 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
16:23:01.777 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.6 on wenxin with PID 28404 (D:\job\homework\target\classes started by wx_20 in D:\job\homework)
16:23:01.780 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
16:23:02.692 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
16:23:02.701 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
16:23:02.701 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
16:23:02.701 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
16:23:02.821 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
16:23:02.821 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 996 ms
16:23:02.891 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
16:23:02.975 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
16:23:03.889 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
16:23:04.118 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
16:23:04.139 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
16:23:04.147 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.629 seconds (JVM running for 3.387)
16:23:04.149 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
16:23:04.149 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
16:23:04.498 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
16:23:26.302 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
16:23:26.316 [main] ERROR o.s.boot.SpringApplication - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:762)
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:749)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:314)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1303)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1292)
at com.linxyun.homework.HomeworkApplication.main(HomeworkApplication.java:11)
Caused by: net.mamoe.mirai.network.BotAuthorizationException: BotAuthorization(BotAuthorization.byQRCode()) threw an exception during authorization process. See cause below.
at net.mamoe.mirai.internal.network.components.SsoProcessorImpl.login(SsoProcessor.kt:263)
at net.mamoe.mirai.internal.network.handler.CommonNetworkHandler$StateConnecting$startState$2.invokeSuspend(CommonNetworkHandler.kt:247)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
13:44:06.864 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 4288 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
13:44:06.868 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
13:44:08.077 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
13:44:08.087 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
13:44:08.087 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
13:44:08.087 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
13:44:08.226 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
13:44:08.227 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1298 ms
13:44:08.347 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
13:44:08.460 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
13:44:09.383 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
13:44:09.693 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
13:44:09.714 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
13:44:09.725 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 3.232 seconds (JVM running for 4.74)
13:44:09.726 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
13:44:09.727 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
13:44:10.172 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
13:45:54.488 [DefaultDispatcher-worker-4] INFO c.l.h.bot.handler.MyEventHandler - 图片: {EFBCD4C7-152E-5BCD-D4BC-5FEDAB3CBED9}.jpg
13:45:54.895 [DefaultDispatcher-worker-4] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTtQo6QsEClcgQ6yc65g3kSxe0YmRjkjSgg_woox-_l7PKKigMyBHByb2RQgL2jAVoQ4Hgn8o8LdU5b10gBuPQ-Dg&rkey=CAESKG0EIKe3_88rtfNd5KBlOWe7dDk3kAnOimhP7Duzo8y0T_jN2aC2fyo&spec=0 图片质量:0.8
13:45:55.306 [DefaultDispatcher-worker-4] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 657124 字节
13:45:55.306 [DefaultDispatcher-worker-4] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 660871 字节
13:45:56.291 [DefaultDispatcher-worker-4] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00001_20241203134555_00001.jpg
13:45:56.410 [DefaultDispatcher-worker-4] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[610], internalIds=[754115279], from group 1731551615 to 534402317 at 1733204754][mirai:image:{EFBCD4C7-152E-5BCD-D4BC-5FEDAB3CBED9}.jpg, width=1440, height=1920, size=657124, type=JPG, isEmoji=false]
13:47:17.048 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 图片: {AE5BEF14-F3D7-A60A-E137-A827707C11A5}.jpg
13:47:17.353 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhQBjwlJTxIMEpDN58FQGAARiC2rmBjbx18g_woooILalPOKigMyBHByb2RQgL2jAVoQRziIexLpYBF-sASX6U8KGQ&rkey=CAESKG0EIKe3_88rsOVSknqO6omQEoWFHZiRETj_PyjvKaHEbeqeEmpKOgY&spec=0 图片质量:0.8
13:47:17.776 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 1565659 字节
13:47:17.776 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 341061 字节
13:47:18.257 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00001_20241203134717_00002.jpg
13:47:18.360 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[612], internalIds=[904313827], from group 1731551615 to 534402317 at 1733204836][mirai:image:{AE5BEF14-F3D7-A60A-E137-A827707C11A5}.jpg, width=1080, height=1920, size=1565659, type=JPG, isEmoji=false]
13:51:44.079 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[613], internalIds=[900443995], from group 1731551615 to 534402317 at 1733205103][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtPdXJscEwwaW9vRE1nUndjbTlrVUlEMUpGb1FDb0pxc01DVmliOW1BcENNaWxtazV3IAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc290Wmlaa3ZTS2lnTXlCSEJ5YjJSUWdQVWtXaEEycmRlNDVQYVFNUFFqWmp3LTUwT0IgAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
13:52:34.034 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[614], internalIds=[2000200680], from group 1731551615 to 534402317 at 1733205153][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtKYUg0YXYwaW9vRE1nUndjbTlrVUlEMUpGb1F0cmpzbXYzVGtDd1RkeFRINl9HSGxBIAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc295dExscV9TS2lnTXlCSEJ5YjJSUWdQVWtXaEJIdnNvQkktSHUzaldqR0V4ei16ZzIgAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
13:58:31.127 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
13:58:31.133 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
13:58:37.474 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 10596 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
13:58:37.477 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
13:58:38.586 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
13:58:38.594 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
13:58:38.595 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
13:58:38.595 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
13:58:38.729 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
13:58:38.729 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1191 ms
13:58:38.824 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
13:58:38.932 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
13:58:39.752 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
13:58:39.995 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
13:58:40.011 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
13:58:40.020 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.937 seconds (JVM running for 3.756)
13:58:40.021 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
13:58:40.022 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
13:58:40.366 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
13:58:54.087 [DefaultDispatcher-worker-4] INFO c.l.h.bot.handler.MyEventHandler - 视频:8280d125226eb3dae9429b2634a02c0b.mp4
13:58:54.198 [DefaultDispatcher-worker-4] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[615], internalIds=[843597989], from group 1731551615 to 534402317 at 1733205533][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtKcnFfZUQxaW9vRE1nUndjbTlrVUlEMUpGb1FXZy1xVzFpdHAybzJHU3MzblJjdFd3IAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc28zS21BNGZXS2lnTXlCSEJ5YjJSUWdQVWtXaENlaGtDMG9XNHF4NDl6b1NTVXhaekQgAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
14:04:22.299 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:04:22.305 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
14:04:27.315 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 15652 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
14:04:27.317 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
14:04:28.494 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
14:04:28.504 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
14:04:28.504 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
14:04:28.504 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
14:04:28.641 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
14:04:28.641 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1263 ms
14:04:28.734 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
14:04:28.835 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
14:04:29.621 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
14:04:29.862 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
14:04:29.879 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
14:04:29.888 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.953 seconds (JVM running for 3.767)
14:04:29.889 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
14:04:29.889 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
14:04:30.273 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
14:05:01.178 [DefaultDispatcher-worker-2] INFO c.l.h.bot.handler.MyEventHandler - 视频:http://223.247.65.122:80/download?appid=1415&format=origin&orgfmt=t264&spec=0&rkey=CAISkAHT7DdJ0kfGixyXEwDT1syXFDXgecSYI9iBE4noCwKwSjeU3L3Ytf6qA_p7Gp7fghYRCZIHE6w8LgrkOQYo7nOP8DuS939j7BpDK-Dz3Jx89mAa789Kuzpgdwu-6m9x-tF8bn_CETvTfTZ7FqzsLtoNn9UnahignU5OUYP_ju_6hyCbMAtxLDCqbMU7W33IZVA
14:05:01.393 [DefaultDispatcher-worker-2] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[616], internalIds=[1541253255], from group 1731551615 to 534402317 at 1733205900][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtPXzlpSkQzaW9vRE1nUndjbTlrVUlEMUpGb1ExMnJDT1VLQzZ0ejZGdkpteFdvRW53IAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc29yNDZLa1BlS2lnTXlCSEJ5YjJSUWdQVWtXaEQ1c2E1ajRhRjB6a19aS3lNbDJ5NGYgAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
14:13:18.711 [DefaultDispatcher-worker-2] INFO c.l.h.bot.handler.MyEventHandler - 视频:http://223.247.65.242:80/download?appid=1415&format=origin&orgfmt=t264&spec=0&rkey=CAMSkAG4LYavupRlP701AcBx4qKiqbszehx2qAk4mj0qeLTlp4cx8xdAAxdpAmnDzb6XEBv9FlG87zaHAM3oaFYihO_FEXOK1ABXkShZRHZDsA72fOIfbWbndeHRGAmuoccavAVqnV-OkvtcawdV74cPyaaVtFkGswxuh-894jofgGTAztzd2B926LdYTLL26-SXMfQ
14:13:18.833 [DefaultDispatcher-worker-2] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[617], internalIds=[1444846013], from group 1731551615 to 534402317 at 1733206398][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtOSHJzdjM0aW9vRE1nUndjbTlrVUlEMUpGb1FjNHo3SlAyQV94bmE3ZGlLRUNYS2NBIAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc29fY3ExX2ZpS2lnTXlCSEJ5YjJSUWdQVWtXaENGSmI3Zjk1TGFscFVnempnLTJIbE4gAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
14:13:59.911 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:13:59.918 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
14:14:39.563 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 5724 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
14:14:39.566 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
14:14:40.722 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
14:14:40.731 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
14:14:40.732 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
14:14:40.732 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
14:14:40.875 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
14:14:40.875 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1243 ms
14:14:40.977 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
14:14:41.082 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
14:14:41.906 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
14:14:42.151 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
14:14:42.169 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
14:14:42.177 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.994 seconds (JVM running for 3.89)
14:14:42.179 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
14:14:42.179 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
14:14:42.747 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
14:14:58.200 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 视频:8280d125226eb3dae9429b2634a02c0b.mp4
14:14:58.298 [DefaultDispatcher-worker-1] INFO com.linxyun.homework.utils.FileUtils - 上传其它文件:http://223.247.65.40:80/download?appid=1415&format=origin&orgfmt=t264&spec=0&rkey=CAESkAFOP3AEg5tbdbW34LEu-xIXMpZxgIZDuxMAXJJROJaTf8gF-pHvoSUBLjnzSmo3aoXSduo1p3If62IYzTsfc9PSftz7x4JzXaeaQgFnzJM7uAb1m0g0sQPT-sld4TWhrxigIGkv1wkYdbiWzEwCIgXu2jlPhtM9KZYjJVCMnwaZ7HqqEHnNFzMdZGvyiMl3M48
14:15:01.739 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 视频上传成功: file_00001_20241203141459_00003.mp4,视频大小:2698392
14:15:01.741 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00001_20241203141459_00003.mp4
14:15:01.862 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[618], internalIds=[979298849], from group 1731551615 to 534402317 at 1733206497][mirai:shortvideo:NTV2COMPAT.CmAIARpaRWhRRVp6SnJpWVlfdHVkUVZRZndnbGNlUFo5SDd4aVkyYVFCSUljTEtJN2s0YXo1aW9vRE1nUndjbTlrVUlEMUpGb1FoSDJZOTI0REQzUFY3WV90V1lwcFlBIAIKYAgBEGQaWEVoUVF5YktsZmszNmJxRG5sVFNSbUU4REY1MTV2Umo5ekFVZ2lBc282NVRsclBtS2lnTXlCSEJ5YjJSUWdQVWtXaERmX3g4UkJtamxvbXk1cVJSaHBkQlkgAg, videoName=8280d125226eb3dae9429b2634a02c0b.mp4.avi, videoMd5=8280D125226EB3DAE9429B2634A02C0B, videoSize=2698392, thumbnailMd5=0676251A7983E499FC21495DB85BE896, thumbnailSize=91773]
14:34:10.462 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:34:10.467 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
14:41:48.434 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 4788 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
14:41:48.436 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
14:41:49.583 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
14:41:49.591 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
14:41:49.591 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
14:41:49.591 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
14:41:49.754 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
14:41:49.754 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1258 ms
14:41:49.852 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
14:41:49.949 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
14:41:50.749 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
14:41:50.988 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
14:41:51.005 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
14:41:51.014 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.982 seconds (JVM running for 3.837)
14:41:51.016 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
14:41:51.016 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
14:41:51.499 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
14:42:28.732 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 文本: 这是一张图片
14:42:28.733 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 这是一张图片
14:42:28.869 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[619], internalIds=[504978970], from group 1731551615 to 534402317 at 1733208148]这是一张图片
14:42:28.942 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 图片: {F81FB432-A39F-3724-8B88-9299DE0EDBE1}.jpg
14:42:29.395 [DefaultDispatcher-worker-1] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhRnumuopoFhrUK8jM7mxlI155nIbRiQmhwg_woo2fPFv_-KigMyBHByb2RQgL2jAVoQZB4r1myfwgVkpoXxn3D0jg&rkey=CAMSKCnRkWXeilTOUOslB2WyFdUzhfCavjH1sAXYyEPY7M_Ekubxlvw4O-Y&spec=0 图片质量:0.8
14:42:29.737 [DefaultDispatcher-worker-1] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 462096 字节
14:42:29.737 [DefaultDispatcher-worker-1] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 466584 字节
14:42:31.350 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00002_20241203144230_00001.jpg
14:42:31.350 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00002_20241203144230_00001.jpg
14:42:31.548 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[620], internalIds=[808683369], from group 1731551615 to 534402317 at 1733208148][mirai:image:{F81FB432-A39F-3724-8B88-9299DE0EDBE1}.jpg, width=1307, height=1920, size=462096, type=JPG, isEmoji=false]
14:43:38.255 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 文本: 这是什么?
14:43:38.256 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 这是什么?
14:43:38.403 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[621], internalIds=[1989537167], from group 1731551615 to 534402317 at 1733208217]这是什么?
14:45:51.214 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:45:51.219 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
14:45:55.726 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 14604 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
14:45:55.729 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
14:45:56.841 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
14:45:56.849 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
14:45:56.849 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
14:45:56.849 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
14:45:56.985 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
14:45:56.985 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1192 ms
14:45:57.083 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
14:45:57.185 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
14:45:57.968 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
14:45:58.219 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
14:45:58.236 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
14:45:58.246 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.906 seconds (JVM running for 3.702)
14:45:58.248 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
14:45:58.248 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
14:45:58.589 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
14:46:03.923 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 文本: 这是车
14:46:03.924 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 这是车
14:46:04.024 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[622], internalIds=[317589431], from group 1731551615 to 534402317 at 1733208363]这是车
14:46:25.410 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 文本: 还是老车
14:46:25.411 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 还是老车
14:46:25.624 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[623], internalIds=[1978095388], from group 1731551615 to 534402317 at 1733208385]还是老车
14:47:53.411 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:47:53.416 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
14:47:58.605 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 23.0.1 on DESKTOP-6AP85E2 with PID 9412 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
14:47:58.608 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
14:47:59.715 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
14:47:59.722 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
14:47:59.723 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
14:47:59.723 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
14:47:59.945 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
14:47:59.945 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1278 ms
14:48:00.042 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
14:48:00.143 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
14:48:00.959 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
14:48:01.226 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
14:48:01.244 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
14:48:01.253 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 3.026 seconds (JVM running for 3.83)
14:48:01.255 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
14:48:01.255 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
14:48:01.674 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
14:48:14.451 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 文本: 你好
14:48:14.453 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 你好
14:48:14.605 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[624], internalIds=[1837335057], from group 1731551615 to 534402317 at 1733208494]你好
14:51:03.999 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 文本: 温老师的话
14:51:04.000 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 温老师的话
14:51:04.521 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[625], internalIds=[357428652], from group 1731551615 to 534402317 at 1733208663]温老师的话
14:52:15.722 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 文本: 你好
14:52:15.723 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 你好
14:52:15.959 [DefaultDispatcher-worker-1] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[626], internalIds=[556856155], from group 1731551615 to 534402317 at 1733208735]你好
14:55:52.061 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
14:55:52.067 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
15:12:44.132 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.13 on DESKTOP-6AP85E2 with PID 10972 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
15:12:44.135 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
15:12:45.272 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
15:12:45.280 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
15:12:45.280 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
15:12:45.281 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
15:12:45.421 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
15:12:45.422 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1238 ms
15:12:45.529 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
15:12:45.642 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
15:12:46.507 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
15:12:46.776 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
15:12:46.794 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
15:12:46.805 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 3.048 seconds (JVM running for 3.935)
15:12:46.806 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
15:12:46.807 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
15:12:47.199 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
15:13:40.397 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[627], internalIds=[1801021098], from group 1731551615 to 534402317 at 1733210020][mirai:image:{AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png, width=1920, height=1080, size=1457870, type=PNG, isEmoji=false]这是大屏
15:13:40.397 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 图片: {AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png
15:13:40.695 [DefaultDispatcher-worker-7] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTraiK-dhsjmwQ3JXS3sF4WMU5JShjO_Vgg_woo04uvu4aLigMyBHByb2RQgL2jAVoQY82hK2tQQhLgwOpDCYeLHQ&rkey=CAMSOMa3OFokB_TlBj__O29Cw1jHwj64gI6tkkMZGT54Y7L3kEnI1GmTjVL6rSvL54AIwosSu5vGUmM_&spec=0 图片质量:0.8
15:13:41.470 [DefaultDispatcher-worker-7] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 1457870 字节
15:13:41.470 [DefaultDispatcher-worker-7] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 2215502 字节
15:13:44.249 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00002_20241203151342_00002.png
15:13:44.249 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 文本: 这是大屏
15:13:44.251 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 这是大屏
15:13:44.251 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00002_20241203151342_00002.png
15:13:44.392 [DefaultDispatcher-worker-7] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[627], internalIds=[1801021098], from group 1731551615 to 534402317 at 1733210020][mirai:image:{AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png, width=1920, height=1080, size=1457870, type=PNG, isEmoji=false]这是大屏
15:20:49.613 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
15:20:49.620 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
15:20:53.923 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.13 on DESKTOP-6AP85E2 with PID 3312 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
15:20:53.927 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
15:20:55.036 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
15:20:55.044 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
15:20:55.045 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
15:20:55.045 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
15:20:55.183 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
15:20:55.183 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1196 ms
15:20:55.283 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
15:20:55.392 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
15:20:56.173 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
15:20:56.410 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
15:20:56.431 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
15:20:56.444 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.891 seconds (JVM running for 3.584)
15:20:56.446 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
15:20:56.447 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
15:20:56.770 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
15:28:57.716 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
15:28:57.721 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
15:29:00.117 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.13 on DESKTOP-6AP85E2 with PID 16420 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
15:29:00.120 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
15:29:01.234 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
15:29:01.243 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
15:29:01.244 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
15:29:01.244 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
15:29:01.383 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
15:29:01.383 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1218 ms
15:29:01.483 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
15:29:01.603 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
15:29:02.445 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
15:29:02.688 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
15:29:02.704 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
15:29:02.714 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.965 seconds (JVM running for 3.708)
15:29:02.715 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
15:29:02.716 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
15:29:03.048 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
15:29:44.754 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[629], internalIds=[1628798317], from group 1731551615 to 534402317 at 1733210984][mirai:image:{AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png, width=1920, height=1080, size=1457870, type=PNG, isEmoji=false]这是大屏
15:29:44.755 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片: {AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png
15:29:44.866 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTraiK-dhsjmwQ3JXS3sF4WMU5JShjO_Vgg_wooiP2TiIqLigMyBHByb2RQgL2jAVoQO484LyQpIo3xM9r_6vyqlw&rkey=CAMSOMa3OFokB_TlzNgT6a9zq8aC9bN7CWSUkJukYWAlh5nbtaUVBgwqZHQNBwNOIv-Oy1u3nA6X4xNM&spec=0 图片质量:0.7
15:29:45.434 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 1457870 字节
15:29:45.434 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 2143114 字节
15:29:48.062 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00003_20241203152946_00002.png
15:29:48.062 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 文本: 这是大屏
15:29:48.064 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 提交的文本: 这是大屏
15:29:48.064 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00003_20241203152946_00002.png
15:29:48.121 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[629], internalIds=[1628798317], from group 1731551615 to 534402317 at 1733210984][mirai:image:{AA100AC8-1073-8CBA-83CA-BA8C79F14EFB}.png, width=1920, height=1080, size=1457870, type=PNG, isEmoji=false]这是大屏
15:31:02.332 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[630], internalIds=[446770652], from group 1731551615 to 534402317 at 1733211062][mirai:image:{399FE1C8-D4DC-D1E5-3267-68A2706FB6C6}.jpg, width=1080, height=2227, size=1126624, type=JPG, isEmoji=false]
15:31:02.333 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片: {399FE1C8-D4DC-D1E5-3267-68A2706FB6C6}.jpg
15:31:02.584 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTNZ_SNOcfAv8VT9Tb9_LKUYV0E5Rjg4UQg_wookKuorIqLigMyBHByb2RQgL2jAVoQasLxorCcLO9T3xY_TPQtRQ&rkey=CAQSKBKw4gQGr0Abh9ULzrNMaKUrPgK9sHIYxz04cY7nPNxOH8XERxIP9xk&spec=0 图片质量:0.7
15:31:03.173 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 1126624 字节
15:31:03.173 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 187845 字节
15:31:03.775 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00003_20241203153103_00003.jpg
15:31:03.776 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00003_20241203153103_00003.jpg
15:31:03.861 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[630], internalIds=[446770652], from group 1731551615 to 534402317 at 1733211062][mirai:image:{399FE1C8-D4DC-D1E5-3267-68A2706FB6C6}.jpg, width=1080, height=2227, size=1126624, type=JPG, isEmoji=false]
15:31:23.050 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[631], internalIds=[114618902], from group 1731551615 to 534402317 at 1733211082][mirai:image:{5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg, width=1440, height=1920, size=320546, type=JPG, isEmoji=false]
15:31:23.050 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 图片: {5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg
15:31:23.358 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTVo2TUs20dYSh9MmnSRROkmt6VLRiiyBMg_woo2fnNtoqLigMyBHByb2RQgL2jAVoQEfs49sfWy0crveXS6S5bPA&rkey=CAMSKCnRkWXeilTOYORNEq_82hUGrddE1Q16SwNRM1DFyIDwkT306SaNetY&spec=0 图片质量:0.7
15:31:23.933 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 320546 字节
15:31:23.933 [DefaultDispatcher-worker-8] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 297294 字节
15:31:24.380 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00004_20241203153124_00001.jpg
15:31:24.381 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00004_20241203153124_00001.jpg
15:31:24.419 [DefaultDispatcher-worker-8] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[631], internalIds=[114618902], from group 1731551615 to 534402317 at 1733211082][mirai:image:{5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg, width=1440, height=1920, size=320546, type=JPG, isEmoji=false]
15:32:46.919 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
15:32:46.925 [SpringApplicationShutdownHook] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
15:32:49.162 [main] INFO c.l.homework.HomeworkApplication - Starting HomeworkApplication using Java 17.0.13 on DESKTOP-6AP85E2 with PID 14648 (F:\Job\homework\target\classes started by simon in F:\Job\homework)
15:32:49.165 [main] INFO c.l.homework.HomeworkApplication - No active profile set, falling back to 1 default profile: "default"
15:32:50.239 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
15:32:50.246 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
15:32:50.247 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
15:32:50.247 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.69]
15:32:50.378 [main] INFO o.a.c.c.C.[.[.[/customService] - Initializing Spring embedded WebApplicationContext
15:32:50.378 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1168 ms
15:32:50.467 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
15:32:50.573 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
15:32:51.356 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
15:32:51.588 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
15:32:51.604 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '/customService'
15:32:51.614 [main] INFO c.l.homework.HomeworkApplication - Started HomeworkApplication in 2.821 seconds (JVM running for 3.573)
15:32:51.615 [main] INFO com.linxyun.homework.bot.MyBot - 开始加载需要处理的群和老师
15:32:51.616 [main] INFO com.linxyun.homework.bot.MyBot - 监听指定群群
15:32:52.030 [main] INFO com.linxyun.homework.bot.MyBot - 加载完成
15:32:57.991 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[632], internalIds=[1482036634], from group 1731551615 to 534402317 at 1733211177][mirai:image:{5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg, width=1440, height=1920, size=320546, type=JPG, isEmoji=false]
15:32:57.991 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片: {5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg
15:32:58.162 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhTVo2TUs20dYSh9MmnSRROkmt6VLRiiyBMg_woo5ZWe5IqLigMyBHByb2RQgL2jAVoQFfjRbLj66AyNtCGHizgLew&rkey=CAMSKCnRkWXeilTOolPRKU26M5dkunyBaexfxxaTaYc9H_pFmG1DWn0kGwA&spec=0 图片质量:0.5
15:32:58.520 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 320546 字节
15:32:58.521 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 179329 字节
15:32:59.563 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00004_20241203153258_00002.jpg
15:32:59.566 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00004_20241203153258_00002.jpg
15:32:59.628 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[632], internalIds=[1482036634], from group 1731551615 to 534402317 at 1733211177][mirai:image:{5ED20F97-9246-3980-8EBC-7B5B06E0901D}.jpg, width=1440, height=1920, size=320546, type=JPG, isEmoji=false]
15:36:16.451 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 收到指定群的消息: [mirai:source:ids=[633], internalIds=[974619778], from group 1731551615 to 534402317 at 1733211376][mirai:image:{291B98A3-BA0A-D1F9-A45B-EEA284281B72}.jpg, width=1307, height=1920, size=301324, type=JPG, isEmoji=false]
15:36:16.452 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片: {291B98A3-BA0A-D1F9-A45B-EEA284281B72}.jpg
15:36:16.655 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 压缩图片:http://gchat.qpic.cn/download?appid=1407&fileid=EhSjKepu4TWh9kXcT1oBHRnB0SUZ2RiMshIg_woo2KfWwouLigMyBHByb2RQgL2jAVoQrxcAMmWutNNX990pcu1EIg&rkey=CAMSKCnRkWXeilTOOEKyEhyEGfCedIIqLy4NmcFs2Fy1xiiwaU2XI7TiXQ8&spec=0 图片质量:0.5
15:36:16.894 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片原始大小: 301324 字节
15:36:16.894 [DefaultDispatcher-worker-6] INFO com.linxyun.homework.utils.FileUtils - 图片压缩后大小: 174605 字节
15:36:17.608 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 图片上传成功: file_00004_20241203153616_00003.jpg
15:36:17.609 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 提交的图片或文件: file_00004_20241203153616_00003.jpg
15:36:17.677 [DefaultDispatcher-worker-6] INFO c.l.h.bot.handler.MyEventHandler - 插入成功: [mirai:source:ids=[633], internalIds=[974619778], from group 1731551615 to 534402317 at 1733211376][mirai:image:{291B98A3-BA0A-D1F9-A45B-EEA284281B72}.jpg, width=1307, height=1920, size=301324, type=JPG, isEmoji=false]
15:40:34.291 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.linxyun.homework.HomeworkApplicationTests], using SpringBootContextLoader
15:40:34.298 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [com.linxyun.homework.HomeworkApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
15:40:34.299 [main] INFO o.s.t.c.s.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.linxyun.homework.HomeworkApplicationTests]: HomeworkApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
15:40:34.408 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.linxyun.homework.HomeworkApplication for test class com.linxyun.homework.HomeworkApplicationTests
15:40:34.516 [main] INFO o.s.b.t.c.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
15:40:34.926 [main] INFO c.l.h.HomeworkApplicationTests - Starting HomeworkApplicationTests using Java 17.0.13 on DESKTOP-6AP85E2 with PID 5144 (started by simon in F:\Job\homework)
15:40:34.926 [main] DEBUG c.l.h.HomeworkApplicationTests - Running with Spring Boot v2.7.6, Spring v5.3.24
15:40:34.927 [main] INFO c.l.h.HomeworkApplicationTests - No active profile set, falling back to 1 default profile: "default"
15:40:34.927 [main] DEBUG o.s.boot.SpringApplication - Loading source class com.linxyun.homework.HomeworkApplication
15:40:35.931 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Creating MapperFactoryBean with name 'classMapper' and 'com.linxyun.homework.mapper.ClassMapper' mapperInterface
15:40:35.934 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Enabling autowire by type for MapperFactoryBean with name 'classMapper'.
15:40:35.934 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Creating MapperFactoryBean with name 'classQqGroupTeacherMapper' and 'com.linxyun.homework.mapper.ClassQqGroupTeacherMapper' mapperInterface
15:40:35.935 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Enabling autowire by type for MapperFactoryBean with name 'classQqGroupTeacherMapper'.
15:40:35.935 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Creating MapperFactoryBean with name 'homeworkAnswerMapper' and 'com.linxyun.homework.mapper.HomeworkAnswerMapper' mapperInterface
15:40:35.935 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Enabling autowire by type for MapperFactoryBean with name 'homeworkAnswerMapper'.
15:40:35.935 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Creating MapperFactoryBean with name 'teacherQqMsgsMapper' and 'com.linxyun.homework.mapper.TeacherQqMsgsMapper' mapperInterface
15:40:35.936 [main] DEBUG o.m.s.mapper.ClassPathMapperScanner - Enabling autowire by type for MapperFactoryBean with name 'teacherQqMsgsMapper'.
15:40:36.126 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'persistenceExceptionTranslationPostProcessor' via factory method to bean named 'environment'
15:40:36.162 [main] DEBUG o.s.u.c.s.UiApplicationContextUtils - Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@205df5dc]
15:40:36.180 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'transactionInterceptor' via factory method to bean named 'transactionAttributeSource'
15:40:36.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionAttributeSource'
15:40:36.192 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.transaction.config.internalTransactionAdvisor' via factory method to bean named 'transactionInterceptor'
15:40:36.300 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'mybatis-plus-com.baomidou.mybatisplus.autoconfigure.MybatisPlusProperties'
15:40:36.300 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration' via constructor to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:36.569 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
15:40:36.592 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'sqlSessionFactory' via factory method to bean named 'dataSource'
15:40:37.044 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'dataSource'
15:40:37.045 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'dataSourceScriptDatabaseInitializer' via factory method to bean named 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties'
15:40:37.055 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'sqlSessionTemplate' via factory method to bean named 'sqlSessionFactory'
15:40:37.566 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'upload.base-url' in PropertySource 'environmentProperties' with value of type String
15:40:37.568 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'upload.img-quality' in PropertySource 'environmentProperties' with value of type String
15:40:37.576 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'myEventHandler' via constructor to bean named 'fileUtils'
15:40:37.576 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'myEventHandler' via constructor to bean named 'teacherQqMsgsMapper'
15:40:37.600 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'mirai.bot.listening-type' in PropertySource 'environmentProperties' with value of type String
15:40:37.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'myBot' via constructor to bean named 'classQqGroupTeacherMapper'
15:40:37.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'myBot' via constructor to bean named 'classMapper'
15:40:37.602 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'myBot' via constructor to bean named 'myEventHandler'
15:40:37.605 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'mirai.bot.listening-type' in PropertySource 'environmentProperties' with value of type String
15:40:37.606 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'mirai.bot.qq' in PropertySource 'environmentProperties' with value of type String
15:40:37.697 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'classController' via constructor to bean named 'classServiceImpl'
15:40:37.725 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'groupMsgController' via constructor to bean named 'classQqGroupTeacherServiceImpl'
15:40:37.735 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'homeworkAnswerServiceImpl' via constructor to bean named 'homeworkAnswerMapper'
15:40:37.735 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'homeworkAnswerServiceImpl' via constructor to bean named 'teacherQqMsgsMapper'
15:40:37.761 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'homeworkAnswerController' via constructor to bean named 'homeworkAnswerServiceImpl'
15:40:37.845 [main] DEBUG o.a.c.core.AprLifecycleListener - The Apache Tomcat Native library could not be found using names [tcnative-2, libtcnative-2, tcnative-1, libtcnative-1] on the java.library.path [D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;.]. The errors reported were [Can't load library: F:\Job\homework\bin\tcnative-2.dll, Can't load library: F:\Job\homework\bin\libtcnative-2.dll, Can't load library: F:\Job\homework\bin\tcnative-1.dll, Can't load library: F:\Job\homework\bin\libtcnative-1.dll, no tcnative-2 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no libtcnative-2 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no tcnative-1 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no libtcnative-1 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;.]
org.apache.tomcat.jni.LibraryNotFoundError: Can't load library: F:\Job\homework\bin\tcnative-2.dll, Can't load library: F:\Job\homework\bin\libtcnative-2.dll, Can't load library: F:\Job\homework\bin\tcnative-1.dll, Can't load library: F:\Job\homework\bin\libtcnative-1.dll, no tcnative-2 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no libtcnative-2 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no tcnative-1 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;., no libtcnative-1 in java.library.path: D:\software\Java\jdk17\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;D:\software\Java\jdk8\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\software\Git\cmd;D:\software\nvm;D:\software\nodejs;D:\software\TortoiseGit\bin;C:\Users\simon\AppData\Local\Microsoft\WindowsApps;D:\software\nvm;D:\software\nodejs;D:\software\IntelliJ IDEA 2024.1.7\bin;;D:\software\Microsoft VS Code\bin;;.
at org.apache.tomcat.jni.Library.<init>(Library.java:93)
at org.apache.tomcat.jni.Library.initialize(Library.java:234)
at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:201)
at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:112)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultServerLifecycleListeners(TomcatServletWebServerFactory.java:182)
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.<init>(TomcatServletWebServerFactory.java:129)
at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat.tomcatServletWebServerFactory(ServletWebServerFactoryConfiguration.java:76)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:136)
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:141)
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:90)
at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124)
at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248)
at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310)
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735)
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271)
at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
15:40:37.896 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
15:40:37.899 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
15:40:37.904 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
15:40:37.904 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
15:40:37.907 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
15:40:37.937 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
15:40:37.948 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'dispatcherServlet' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
15:40:37.971 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
15:40:37.972 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
15:40:37.981 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
15:40:37.997 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'errorPageCustomizer' via factory method to bean named 'dispatcherServletRegistration'
15:40:38.015 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'taskExecutorBuilder' via factory method to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
15:40:38.057 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:38.057 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
15:40:38.071 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
15:40:38.079 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
15:40:38.079 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
15:40:38.079 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@a7f0ab6'
15:40:38.095 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.web-org.springframework.boot.autoconfigure.web.WebProperties'
15:40:38.095 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
15:40:38.095 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@a7f0ab6'
15:40:38.133 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springdoc.core.SwaggerUiConfigParameters' via constructor to bean named 'org.springdoc.core.SwaggerUiConfigProperties'
15:40:38.165 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigProperties'
15:40:38.165 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:38.165 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters'
15:40:38.166 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWelcome' via factory method to bean named 'springWebProvider'
15:40:38.182 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'springDocObjectMapperProvider' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:38.238 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigProperties'
15:40:38.238 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiOAuthProperties'
15:40:38.238 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters'
15:40:38.238 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'swaggerWelcome'
15:40:38.238 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'indexPageTransformer' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.244 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerResourceResolver' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigProperties'
15:40:38.248 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'org.springdoc.core.SwaggerUiConfigParameters'
15:40:38.248 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'indexPageTransformer'
15:40:38.248 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerWebMvcConfigurer' via factory method to bean named 'swaggerResourceResolver'
15:40:38.288 [main] DEBUG o.s.v.b.OptionalValidatorFactoryBean - Failed to set up a Bean Validation provider
javax.validation.NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath.
at javax.validation.Validation$GenericBootstrapImpl.configure(Validation.java:291)
at org.springframework.validation.beanvalidation.LocalValidatorFactoryBean.afterPropertiesSet(LocalValidatorFactoryBean.java:275)
at org.springframework.validation.beanvalidation.OptionalValidatorFactoryBean.afterPropertiesSet(OptionalValidatorFactoryBean.java:40)
at org.springframework.boot.autoconfigure.validation.ValidatorAdapter.afterPropertiesSet(ValidatorAdapter.java:84)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1863)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:731)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:408)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:136)
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:141)
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:90)
at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124)
at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190)
at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248)
at org.springframework.test.context.junit.jupiter.SpringExtension.postProcessTestInstance(SpringExtension.java:138)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$8(ClassBasedTestDescriptor.java:363)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.executeAndMaskThrowable(ClassBasedTestDescriptor.java:368)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$invokeTestInstancePostProcessors$9(ClassBasedTestDescriptor.java:363)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
at java.base/java.util.stream.StreamSpliterators$WrappingSpliterator.forEachRemaining(StreamSpliterators.java:310)
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:735)
at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestInstancePostProcessors(ClassBasedTestDescriptor.java:362)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$instantiateAndPostProcessTestInstance$6(ClassBasedTestDescriptor.java:283)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:282)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:272)
at java.base/java.util.Optional.orElseGet(Optional.java:364)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:271)
at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$prepare$0(TestMethodTestDescriptor.java:102)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:101)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.prepare(TestMethodTestDescriptor.java:66)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$prepare$2(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.prepare(NodeTestTask.java:123)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:90)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
at org.apache.maven.surefire.junitplatform.LazyLauncher.execute(LazyLauncher.java:56)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.execute(JUnitPlatformProvider.java:184)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invokeAllTests(JUnitPlatformProvider.java:148)
at org.apache.maven.surefire.junitplatform.JUnitPlatformProvider.invoke(JUnitPlatformProvider.java:122)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
15:40:38.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
15:40:38.289 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
15:40:38.290 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.290 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcConversionService'
15:40:38.290 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerAdapter' via factory method to bean named 'mvcValidator'
15:40:38.320 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'stringHttpMessageConverter' via factory method to bean named 'environment'
15:40:38.356 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:38.356 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
15:40:38.360 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:38.360 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
15:40:38.392 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jsonMixinModule' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:38.393 [main] DEBUG o.s.b.a.AutoConfigurationPackages - @EnableAutoConfiguration was declared on a class in the package 'com.linxyun.homework'. Automatic @Repository and @Entity scanning is enabled.
15:40:38.417 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
15:40:38.458 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
15:40:38.478 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
15:40:38.574 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@794b435f'
15:40:38.574 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcConversionService'
15:40:38.574 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.577 [main] INFO o.s.b.a.w.s.WelcomePageHandlerMapping - Adding welcome page: class path resource [static/index.html]
15:40:38.624 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.625 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcConversionService'
15:40:38.625 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestMappingHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.669 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.670 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.671 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.671 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.679 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.680 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.682 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.swagger-ui.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.683 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.swagger-ui.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.685 [main] DEBUG o.s.c.e.PropertySourcesPropertyResolver - Found key 'springdoc.api-docs.path' in PropertySource 'environmentProperties' with value of type String
15:40:38.696 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcConversionService'
15:40:38.696 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'viewControllerHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.698 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcConversionService'
15:40:38.698 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'beanNameHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.709 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcConversionService'
15:40:38.709 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'routerFunctionMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.719 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.719 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcConversionService'
15:40:38.719 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'resourceHandlerMapping' via factory method to bean named 'mvcResourceUrlProvider'
15:40:38.745 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'mvcConversionService'
15:40:38.745 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'mvcUriComponentsContributor' via factory method to bean named 'requestMappingHandlerAdapter'
15:40:38.755 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'handlerExceptionResolver' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.769 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'mvcViewResolver' via factory method to bean named 'mvcContentNegotiationManager'
15:40:38.807 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@a7f0ab6'
15:40:38.887 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'knife4jOpenApiCustomizer' via factory method to bean named 'knife4j-com.github.xiaoymin.knife4j.spring.configuration.Knife4jProperties'
15:40:38.887 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'knife4jOpenApiCustomizer' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:38.906 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springdoc.core.SpringDocConfiguration$OpenApiResourceAdvice' via constructor to bean named 'org.springdoc.core.SpringDocConfiguration'
15:40:38.916 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'additionalModelsConverter' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.919 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'fileSupportConverter' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.921 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'responseSupportConverter' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.924 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'polymorphicModelConverter' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.955 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@a7f0ab6'
15:40:38.955 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'messageSource'
15:40:38.955 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'propertyResolverUtils' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:38.958 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'propertyResolverUtils'
15:40:38.958 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'parameterBuilder' via factory method to bean named 'springDocObjectMapperProvider'
15:40:38.963 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestBodyBuilder' via factory method to bean named 'parameterBuilder'
15:40:38.965 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'securityParser' via factory method to bean named 'propertyResolverUtils'
15:40:38.970 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'parameterBuilder'
15:40:38.970 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'requestBodyBuilder'
15:40:38.970 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'securityParser'
15:40:38.970 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'operationBuilder' via factory method to bean named 'propertyResolverUtils'
15:40:38.984 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'springDocProviders' via factory method to bean named 'springDocObjectMapperProvider'
15:40:39.004 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'parameterBuilder'
15:40:39.004 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'requestBodyBuilder'
15:40:39.004 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'operationBuilder'
15:40:39.005 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'requestBuilder' via factory method to bean named 'localSpringDocParameterNameDiscoverer'
15:40:39.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'operationBuilder'
15:40:39.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'genericReturnTypeParser'
15:40:39.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:39.012 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'responseBuilder' via factory method to bean named 'propertyResolverUtils'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'default'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'requestBuilder'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'responseBuilder'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'operationBuilder'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocProviders'
15:40:39.016 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'multipleOpenApiResource' via factory method to bean named 'springDocCustomizers'
15:40:39.029 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'securityParser'
15:40:39.029 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:39.029 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openAPIBuilder' via factory method to bean named 'propertyResolverUtils'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'requestBuilder'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'responseBuilder'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'operationBuilder'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'org.springdoc.core.SpringDocConfigProperties'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocProviders'
15:40:39.037 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'openApiResource' via factory method to bean named 'springDocCustomizers'
15:40:39.044 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'swaggerConfigResource' via factory method to bean named 'swaggerWelcome'
15:40:39.061 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'lifecycleProcessor' via factory method to bean named 'spring.lifecycle-org.springframework.boot.autoconfigure.context.LifecycleProperties'
15:40:39.073 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
15:40:39.080 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'dataSource'
15:40:39.080 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'jdbcTemplate' via factory method to bean named 'spring.jdbc-org.springframework.boot.autoconfigure.jdbc.JdbcProperties'
15:40:39.105 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'namedParameterJdbcTemplate' via factory method to bean named 'jdbcTemplate'
15:40:39.117 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'org.springframework.boot.autoconfigure.netty.NettyAutoConfiguration' via constructor to bean named 'spring.netty-org.springframework.boot.autoconfigure.netty.NettyProperties'
15:40:39.125 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
15:40:39.129 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'transactionManager' via factory method to bean named 'environment'
15:40:39.129 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'transactionManager' via factory method to bean named 'dataSource'
15:40:39.150 [main] DEBUG o.s.b.f.s.DefaultListableBeanFactory - Autowiring by type from bean name 'transactionTemplate' via factory method to bean named 'transactionManager'
- @ConditionalOnClass found required class 'org.springframework.jdbc.datasource.init.DatabasePopulator' (OnClassCondition)
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.sql.init.SqlDataSourceScriptDatabaseInitializer,org.springframework.boot.autoconfigure.sql.init.SqlR2dbcScriptDatabaseInitializer; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceWrapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
- @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.ErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
HttpMessageConvertersAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
- NoneNestedConditions 0 matched 1 did not; NestedCondition on HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (HttpMessageConvertersAutoConfiguration.NotReactiveWebApplicationCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter ignored: org.springframework.hateoas.server.mvc.TypeConstrainedMappingJackson2HttpMessageConverter,org.springframework.data.rest.webmvc.alps.AlpsJsonHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
JdbcTemplateAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.sql.DataSource', 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
JdbcTemplateConfiguration matched:
- @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jOpenApiCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: com.github.xiaoymin.knife4j.spring.extension.Knife4jOperationCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
- AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) matched; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.GroupedOpenApi (MultipleOpenApiSupportCondition)
- @ConditionalOnBean (types: org.springdoc.core.SpringDocConfiguration; SearchStrategy: all) found bean 'org.springdoc.core.SpringDocConfiguration' (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springdoc.webmvc.api.MultipleOpenApiWebMvcResource; SearchStrategy: all) did not find any beans (OnBeanCondition)
MybatisPlusAutoConfiguration matched:
- @ConditionalOnClass found required classes 'org.apache.ibatis.session.SqlSessionFactory', 'org.mybatis.spring.SqlSessionFactoryBean' (OnClassCondition)
- @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) found a single bean 'dataSource' (OnBeanCondition)
- @ConditionalOnClass found required class 'org.apache.ibatis.scripting.LanguageDriver' (OnClassCondition)
NamedParameterJdbcTemplateConfiguration matched:
- @ConditionalOnSingleCandidate (types: org.springframework.jdbc.core.JdbcTemplate; SearchStrategy: all) found a single bean 'jdbcTemplate'; @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
NettyAutoConfiguration matched:
- @ConditionalOnClass found required class 'io.netty.util.NettyRuntime' (OnClassCondition)
NoOpCacheConfiguration matched:
- Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
- @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
RestTemplateAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
- NoneNestedConditions 0 matched 1 did not; NestedCondition on RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition.ReactiveWebApplication did not find reactive web application classes (RestTemplateAutoConfiguration.NotReactiveWebApplicationCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.client.RestTemplateBuilderConfigurer; SearchStrategy: all) did not find any beans (OnBeanCondition)
ServletWebServerFactoryAutoConfiguration matched:
- @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
SimpleCacheConfiguration matched:
- Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
- @ConditionalOnMissingBean (types: org.springdoc.core.converters.PolymorphicModelConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springdoc.core.converters.ResponseSupportConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springdoc.core.converters.SchemaPropertyDeprecatingConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
SpringDocConfiguration#securityParser matched:
- @ConditionalOnMissingBean (types: org.springdoc.core.SecurityService; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnClass found required class 'org.springframework.boot.context.properties.bind.BindResult' (OnClassCondition)
- AnyNestedCondition 1 matched 1 did not; NestedCondition on CacheOrGroupedOpenApiCondition.OnCacheDisabled found non-matching nested conditions @ConditionalOnProperty (springdoc.cache.disabled) did not find property 'springdoc.cache.disabled'; NestedCondition on CacheOrGroupedOpenApiCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiSupportCondition.OnActuatorDifferentPort @ConditionalOnProperty (springdoc.show-actuator) did not find property 'springdoc.show-actuator'; NestedCondition on MultipleOpenApiSupportCondition.OnMultipleOpenApiSupportCondition AnyNestedCondition 1 matched 1 did not; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupConfigProperty @ConditionalOnProperty (springdoc.group-configs[0].group) matched; NestedCondition on MultipleOpenApiGroupsCondition.OnGroupedOpenApiBean @ConditionalOnBean (types: org.springdoc.core.GroupedOpenApi; SearchStrategy: all) did not find any beans of type org.springdoc.core.GroupedOpenApi (CacheOrGroupedOpenApiCondition)
- @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringDataWebPropertiesProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springdoc.webmvc.core.RouterFunctionWebMvcProvider; SearchStrategy: all) did not find any beans (OnBeanCondition)
- NoneNestedConditions 0 matched 1 did not; NestedCondition on SqlInitializationAutoConfiguration.SqlInitializationModeCondition.ModeIsNever @ConditionalOnProperty (spring.sql.init.mode=never) did not find property 'mode' (SqlInitializationAutoConfiguration.SqlInitializationModeCondition)
SwaggerConfig matched:
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.transaction.TransactionManagerCustomizers; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnBean (types: org.springframework.transaction.TransactionManager; SearchStrategy: all) found bean 'transactionManager'; @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a single bean 'transactionManager' (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionOperations; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnClass did not find required class 'org.aspectj.weaver.Advice' (OnClassCondition)
ArtemisAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
BatchAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
Cache2kCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.cache2k.Cache2kBuilder' (OnClassCondition)
CacheAutoConfiguration:
Did not match:
- @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
Matched:
- @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
- @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found beans of type 'javax.sql.DataSource' dataSource (OnBeanCondition)
Matched:
- AnyNestedCondition 2 matched 0 did not; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.PooledDataSourceAvailable PooledDataSource found supported DataSource; NestedCondition on DataSourceAutoConfiguration.PooledDataSourceCondition.ExplicitType @ConditionalOnProperty (spring.datasource.type) matched (DataSourceAutoConfiguration.PooledDataSourceCondition)
DataSourceConfiguration.Dbcp2:
Did not match:
- @ConditionalOnClass did not find required class 'org.apache.commons.dbcp2.BasicDataSource' (OnClassCondition)
DataSourceConfiguration.Hikari:
Did not match:
- @ConditionalOnProperty (spring.datasource.type=com.zaxxer.hikari.HikariDataSource) found different value in property 'spring.datasource.type' (OnPropertyCondition)
Matched:
- @ConditionalOnClass found required class 'com.zaxxer.hikari.HikariDataSource' (OnClassCondition)
DataSourceConfiguration.OracleUcp:
Did not match:
- @ConditionalOnClass did not find required classes 'oracle.ucp.jdbc.PoolDataSourceImpl', 'oracle.jdbc.OracleConnection' (OnClassCondition)
DataSourceConfiguration.Tomcat:
Did not match:
- @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
DataSourceJmxConfiguration:
Did not match:
- @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition)
- @ConditionalOnClass did not find required class 'org.apache.tomcat.jdbc.pool.DataSource' (OnClassCondition)
DdlAutoConfiguration#ddlApplicationRunner:
Did not match:
- @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.ddl.IDdl; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.ddl.IDdl (OnBeanCondition)
- @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
DruidFilterConfiguration#commonsLogFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.commons-log.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#configFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.config.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#encodingConvertFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.encoding.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#log4j2Filter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.log4j2.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#log4jFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.log4j.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#slf4jLogFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.slf4j.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#statFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.stat.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#wallConfig:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidFilterConfiguration#wallFilter:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.filter.wall.enabled) did not find property 'enabled' (OnPropertyCondition)
DruidSpringAopConfiguration:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.aop-patterns) did not find property 'spring.datasource.druid.aop-patterns' (OnPropertyCondition)
DruidStatViewServletConfiguration:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.stat-view-servlet.enabled=true) did not find property 'spring.datasource.druid.stat-view-servlet.enabled' (OnPropertyCondition)
Matched:
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
DruidWebStatFilterConfiguration:
Did not match:
- @ConditionalOnProperty (spring.datasource.druid.web-stat-filter.enabled=true) did not find property 'spring.datasource.druid.web-stat-filter.enabled' (OnPropertyCondition)
Matched:
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
EhCacheCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'net.sf.ehcache.Cache' (OnClassCondition)
ElasticsearchDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate' (OnClassCondition)
ElasticsearchRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
ElasticsearchRestClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClientBuilder' (OnClassCondition)
EmbeddedLdapAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
EmbeddedMongoAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.MongoClientSettings' (OnClassCondition)
- @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
MustacheAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
- @ConditionalOnMissingBean (types: org.mybatis.spring.mapper.MapperFactoryBean,org.mybatis.spring.mapper.MapperScannerConfigurer; SearchStrategy: all) found beans of type 'org.mybatis.spring.mapper.MapperScannerConfigurer' com.linxyun.homework.HomeworkApplication#MapperScannerRegistrar#0 (OnBeanCondition)
MybatisPlusInnerInterceptorAutoConfiguration:
Did not match:
- @ConditionalOnBean (types: com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor; SearchStrategy: all) did not find any beans of type com.baomidou.mybatisplus.extension.plugins.inner.InnerInterceptor (OnBeanCondition)
- @ConditionalOnClass did not find required classes 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriver', 'org.mybatis.scripting.freemarker.FreeMarkerLanguageDriverConfig' (OnClassCondition)
- @ConditionalOnClass did not find required classes 'org.mybatis.scripting.velocity.VelocityLanguageDriver', 'org.mybatis.scripting.velocity.VelocityLanguageDriverConfig' (OnClassCondition)
Neo4jAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
Neo4jDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
Neo4jReactiveDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
Neo4jReactiveRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
Neo4jRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.driver.Driver' (OnClassCondition)
OAuth2ClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
OAuth2ResourceServerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken' (OnClassCondition)
ProjectInfoAutoConfiguration#buildProperties:
Did not match:
- @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
ProjectInfoAutoConfiguration#gitProperties:
Did not match:
- GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
QuartzAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
R2dbcAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
R2dbcDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.r2dbc.core.R2dbcEntityTemplate' (OnClassCondition)
R2dbcInitializationConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'io.r2dbc.spi.ConnectionFactory', 'org.springframework.r2dbc.connection.init.DatabasePopulator' (OnClassCondition)
R2dbcRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.r2dbc.spi.ConnectionFactory' (OnClassCondition)
R2dbcTransactionManagerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.r2dbc.connection.R2dbcTransactionManager' (OnClassCondition)
RSocketGraphQlClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'graphql.GraphQL' (OnClassCondition)
RSocketMessagingAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
RSocketRequesterAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
RSocketSecurityAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.rsocket.core.SecuritySocketAcceptorInterceptor' (OnClassCondition)
RSocketServerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.rsocket.core.RSocketServer' (OnClassCondition)
RSocketStrategiesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.rsocket.RSocket' (OnClassCondition)
RabbitAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
- @ConditionalOnClass did not find required class 'org.springframework.data.elasticsearch.client.reactive.ReactiveElasticsearchClient' (OnClassCondition)
ReactiveElasticsearchRestClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.netty.http.client.HttpClient' (OnClassCondition)
ReactiveMultipartAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
ReactiveOAuth2ClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
ReactiveOAuth2ResourceServerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition)
ReactiveSecurityAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
ReactiveUserDetailsServiceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition)
ReactiveWebServerFactoryAutoConfiguration:
Did not match:
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
RedisAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
RedisCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
RedisReactiveAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
RedisRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
RepositoryRestMvcAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
Saml2RelyingPartyAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository' (OnClassCondition)
SecurityAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
SecurityFilterAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
SendGridAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
- @ConditionalOnProperty (springdoc.api-docs.resolve-schema-properties) did not find property 'springdoc.api-docs.resolve-schema-properties' (OnPropertyCondition)
- @ConditionalOnBean (types: org.springdoc.core.customizers.PropertyCustomizer; SearchStrategy: all) did not find any beans of type org.springdoc.core.customizers.PropertyCustomizer (OnBeanCondition)
- @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties' (OnClassCondition)
- @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
SwaggerConfig#springWebProvider:
Did not match:
- @ConditionalOnMissingBean (types: org.springdoc.core.providers.SpringWebProvider; SearchStrategy: all) found beans of type 'org.springdoc.core.providers.SpringWebProvider' springWebProvider (OnBeanCondition)
SwaggerConfig#swaggerUiConfigParameters:
Did not match:
- @ConditionalOnMissingBean (types: org.springdoc.core.SwaggerUiConfigParameters; SearchStrategy: all) found beans of type 'org.springdoc.core.SwaggerUiConfigParameters' org.springdoc.core.SwaggerUiConfigParameters (OnBeanCondition)
SwaggerConfig#swaggerUiHome:
Did not match:
- @ConditionalOnProperty (springdoc.swagger-ui.use-root-path=true) did not find property 'springdoc.swagger-ui.use-root-path' (OnPropertyCondition)
- @ConditionalOnClass did not find required class 'org.springframework.boot.actuate.endpoint.web.servlet.WebMvcEndpointHandlerMapping' (OnClassCondition)
- @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
TaskSchedulingAutoConfiguration#taskScheduler:
Did not match:
- @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
ThymeleafAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)
- @ConditionalOnSingleCandidate (types: org.springframework.transaction.ReactiveTransactionManager; SearchStrategy: all) did not find any beans (OnBeanCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
WebServiceTemplateAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
WebServicesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
WebSessionIdResolverAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Mono' (OnClassCondition)
WebSocketMessagingAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
WebSocketReactiveAutoConfiguration:
Did not match:
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
- @ConditionalOnClass did not find required classes 'org.eclipse.jetty.websocket.javax.server.internal.JavaxWebSocketServerContainer', 'org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer' (OnClassCondition)
- @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition)
15:40:40.454 [DefaultDispatcher-worker-1 @coroutine#3] DEBUG i.n.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable: class io.netty.util.internal.PlatformDependent0$7 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @b3d7190
15:40:40.540 [DefaultDispatcher-worker-1 @coroutine#3] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
15:40:43.285 [SpringApplicationShutdownHook] DEBUG o.s.w.c.s.GenericWebApplicationContext - Closing org.springframework.web.context.support.GenericWebApplicationContext@794b435f, started on Tue Dec 03 15:40:34 CST 2024
15:40:43.287 [SpringApplicationShutdownHook] DEBUG o.s.c.s.DefaultLifecycleProcessor - Stopping beans in phase -2147483647