xuchengsheng / wx-dump-4j

一款基于Java开发的微信数据分析工具。
https://wx.xxccss.com
MIT License
1.14k stars 175 forks source link

http://localhost:8080/ 访问404 #28

Closed wgetnz closed 2 days ago

wgetnz commented 5 days ago

日志如下

Active code page: 65001 正在启动 wx-dump-admin ... JDK Version: 17.0.11 Spring Boot Version: 2.7.15

2024-06-30 17:15:02.819 INFO 30664 --- [ main] com.xcs.wx.WxDumpApplication : Starting WxDumpApplication using Java 17.0.11 on Jking with PID 30664 (C:\Users\max\Downloads\wx-dump-4j-bin.tar_5\wx-dump-4j-bin\lib\wx-dump-admin-1.0-SNAPSHOT.jar started by max in C:\Users\max\Downloads\wx-dump-4j-bin.tar_5\wx-dump-4j-bin\bin) 2024-06-30 17:15:02.826 INFO 30664 --- [ main] com.xcs.wx.WxDumpApplication : No active profile set, falling back to 1 default profile: "default" 2024-06-30 17:15:04.335 INFO 30664 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2024-06-30 17:15:04.347 INFO 30664 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-06-30 17:15:04.347 INFO 30664 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.79] 2024-06-30 17:15:04.506 INFO 30664 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2024-06-30 17:15:04.506 INFO 30664 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1630 ms 2024-06-30 17:15:04.830 WARN 30664 --- [ main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [0] datasource,Please add your primary datasource or check your configuration 2024-06-30 17:15:05.610 WARN 30664 --- [ main] c.b.m.core.metadata.TableInfoHelper : Can not find table primary key in Class: "com.xcs.wx.domain.SqliteMaster". 2024-06-30 17:15:05.611 WARN 30664 --- [ main] c.b.m.core.injector.DefaultSqlInjector : class com.xcs.wx.domain.SqliteMaster ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. 2024-06-30 17:15:06.798 INFO 30664 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2024-06-30 17:15:06.812 INFO 30664 --- [ main] com.xcs.wx.WxDumpApplication : Started WxDumpApplication in 4.375 seconds (JVM running for 4.72) DONE successfully in 4602ms Time: Sun Jun 30 17:15:06 CST 2024 ╔════════════════════════════════════════════════════╗ ║ App listening at: ║ ║ > Local: http://localhost:8080 ║ > Network: http://100.64.0.2:8080 ║ ║ ║ Now you can open browser with the above addresses↑ ║ ╚════════════════════════════════════════════════════╝ 2024-06-30 17:15:11.248 INFO 30664 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-30 17:15:11.248 INFO 30664 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2024-06-30 17:15:11.249 INFO 30664 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 1 ms

wgetnz commented 5 days ago

v1.1.0 这个版本

Guosilu commented 4 days ago

我也遇到了,用 [v1.1.0]这个版本也不行。

Active code page: 65001 正在启动 wx-dump-admin ... JDK Version: 11.0.23 Spring Boot Version: 2.7.15

2024-06-30 22:16:59.294 INFO 11900 --- [ main] com.xcs.wx.WxDumpApplication : Starting WxDumpApplication using Java 11.0.23 on DESKTOP-QAQASRJ with PID 11900 (D:\new-workSpace\github\wx-dump-4j-bin\lib\wx-dump-admin-1.0-SNAPSHOT.jar started by Administrator in D:\new-workSpace\github\wx-dump-4j-bin\bin) 2024-06-30 22:16:59.310 INFO 11900 --- [ main] com.xcs.wx.WxDumpApplication : No active profile set, falling back to 1 default profile: "default" 2024-06-30 22:17:01.185 INFO 11900 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http) 2024-06-30 22:17:01.201 INFO 11900 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2024-06-30 22:17:01.201 INFO 11900 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.79] 2024-06-30 22:17:01.372 INFO 11900 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2024-06-30 22:17:01.372 INFO 11900 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1969 ms 2024-06-30 22:17:01.577 WARN 11900 --- [ main] c.b.d.d.DynamicRoutingDataSource : dynamic-datasource initial loaded [0] datasource,Please add your primary datasource or check your configuration 2024-06-30 22:17:02.418 WARN 11900 --- [ main] c.b.m.core.metadata.TableInfoHelper : Can not find table primary key in Class: "com.xcs.wx.domain.SqliteMaster". 2024-06-30 22:17:02.418 WARN 11900 --- [ main] c.b.m.core.injector.DefaultSqlInjector : class com.xcs.wx.domain.SqliteMaster ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method. 2024-06-30 22:17:03.576 INFO 11900 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path '' 2024-06-30 22:17:03.591 INFO 11900 --- [ main] com.xcs.wx.WxDumpApplication : Started WxDumpApplication in 4.875 seconds (JVM running for 6.269) DONE successfully in 5143ms Time: Sun Jun 30 22:17:03 CST 2024 ╔════════════════════════════════════════════════════╗ ║ App listening at: ║ ║ > Local: http://localhost:8080 ║ > Network: http://192.168.3.54:8080 ║ ║ ║ Now you can open browser with the above addresses↑ ║ ╚════════════════════════════════════════════════════╝ 2024-06-30 22:17:09.760 INFO 11900 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2024-06-30 22:17:09.760 INFO 11900 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2024-06-30 22:17:09.760 INFO 11900 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 0 ms

xuchengsheng commented 4 days ago

已解决,请重新下载安装包