吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1065|回复: 45
收起左侧

[求助] java项目运行不起来

[复制链接]
kelisi123 发表于 2023-3-16 11:37
本帖最后由 kelisi123 于 2023-3-16 14:11 编辑

后端文件

https://huidulin.lanzoub.com/iuiLl0q7a54d

前端文件

https://huidulin.lanzoub.com/iteqw0q7a5ed

数据库
https://huidulin.lanzoub.com/i5Utu0q7a5ji


3262c1c0669cbf71.png


启动了redis,再次运行项目


[Asm] 纯文本查看 复制代码
2023-03-16 13:30:43.763  INFO 6996 --- [           main] com.qfedu.fmmall.ApiApplication          : Starting ApiApplication using Java 1.8.0_161 on DESKTOP-3OFAJ1R with PID 6996 (C:\Users\21470\Desktop\project\fmmallReBuild\api\target\classes started by 214 in C:\Users\21470\Desktop\project\fmmallReBuild)
2023-03-16 13:30:43.763  INFO 6996 --- [           main] com.qfedu.fmmall.ApiApplication          : No active profile set, falling back to default profiles: default
2023-03-16 13:30:48.189  WARN 6996 --- [           main] t.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.qfedu.fmmall]' package. Please check your configuration.
2023-03-16 13:30:48.669  INFO 6996 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2023-03-16 13:30:48.684  INFO 6996 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2023-03-16 13:30:48.769  INFO 6996 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 42 ms. Found 0 Redis repository interfaces.
2023-03-16 13:30:49.066  WARN 6996 --- [           main] o.m.s.mapper.ClassPathMapperScanner      : No MyBatis mapper was found in '[com.qfedu.fmmall]' package. Please check your configuration.
2023-03-16 13:30:50.294  INFO 6996 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2023-03-16 13:30:50.310  INFO 6996 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2023-03-16 13:30:50.310  INFO 6996 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.44]
2023-03-16 13:30:50.638  INFO 6996 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2023-03-16 13:30:50.638  INFO 6996 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6779 ms
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
2023-03-16 13:30:52.357  INFO 6996 --- [           main] c.a.d.s.b.a.DruidDataSourceAutoConfigure : Init DruidDataSource
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
2023-03-16 13:30:53.103  INFO 6996 --- [           main] com.alibaba.druid.pool.DruidDataSource   : {dataSource-1} inited
Using VFS adapter tk.mybatis.mapper.autoconfigure.SpringBootVFS
Checking to see if class com.qfedu.fmmall.entity.Category matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.CategoryVO matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.IndexImg matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.Orders matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.OrdersItem matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.OrdersVO matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.Product matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductComments matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductCommentsVO matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductImg matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductParams matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductSku matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ProductVO matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.School matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ShoppingCart matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.ShoppingCartVO matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.Student matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.UserAddr matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.UserLoginHistory matches criteria [is assignable to Object]
Checking to see if class com.qfedu.fmmall.entity.Users matches criteria [is assignable to Object]
Scanned package: 'com.qfedu.fmmall.entity' for aliases
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\CategoryMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\IndexImgMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\OrdersItemMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\OrdersMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ProductCommentsMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ProductImgMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ProductMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ProductParamsMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ProductSkuMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\ShoppingCartMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\UserAddrMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\UserLoginHistoryMapper.xml]'
Parsed mapper file: 'file [C:\Users\21470\Desktop\project\fmmallReBuild\mapper\target\classes\mappers\UsersMapper.xml]'
2023-03-16 13:30:56.161  INFO 6996 --- [           main] org.redisson.Version                     : Redisson 3.6.5
2023-03-16 13:30:58.531  INFO 6996 --- [isson-netty-4-1] o.r.c.pool.MasterPubSubConnectionPool    : 1 connections initialized for /127.0.0.1:6379
2023-03-16 13:30:58.550  INFO 6996 --- [isson-netty-4-2] o.r.c.pool.MasterConnectionPool          : 32 connections initialized for /127.0.0.1:6379
2023-03-16 13:30:59.571  INFO 6996 --- [           main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)]
2023-03-16 13:30:59.958  INFO 6996 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2023-03-16 13:31:00.334  INFO 6996 --- [           main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.util.MsUtil CLASS_CACHE cache.
2023-03-16 13:31:00.352  INFO 6996 --- [           main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.genid.GenIdUtil CACHE cache.
2023-03-16 13:31:00.352  INFO 6996 --- [           main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear tk.mybatis.mapper.version.VersionUtil CACHE cache.
2023-03-16 13:31:00.352  INFO 6996 --- [           main] t.m.m.autoconfigure.MapperCacheDisabler  : Clear EntityHelper entityTableMap cache.
Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter.
2023-03-16 13:31:00.841  INFO 6996 --- [           main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.simpl.RAMJobStore             : RAMJobStore initialized.
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2023-03-16 13:31:00.850  INFO 6996 --- [           main] org.quartz.core.QuartzScheduler          : JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@1ad1be5d
2023-03-16 13:31:00.870  INFO 6996 --- [           main] o.s.s.c.ThreadPoolTaskScheduler          : Initializing ExecutorService 'taskScheduler'
2023-03-16 13:31:00.948  INFO 6996 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2023-03-16 13:31:00.948  INFO 6996 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2023-03-16 13:31:00.982  INFO 6996 --- [           main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2023-03-16 13:31:01.080  INFO 6996 --- [           main] s.d.s.w.s.ApiListingReferenceScanner     : Scanning for api listing references
2023-03-16 13:31:01.782  INFO 6996 --- [           main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: queryAllCategoryUsingPOST_1
2023-03-16 13:31:02.032  INFO 6996 --- [           main] o.s.s.quartz.SchedulerFactoryBean        : Starting Quartz Scheduler now
2023-03-16 13:31:02.032  INFO 6996 --- [           main] org.quartz.core.QuartzScheduler          : Scheduler quartzScheduler_$_NON_CLUSTERED started.
2023-03-16 13:31:02.041  INFO 6996 --- [           main] com.qfedu.fmmall.ApiApplication          : Started ApiApplication in 20.725 seconds (JVM running for 28.334)


-15d3a63a0ce12992.png

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

不知道改成啥 发表于 2023-3-16 11:39
有问题就发下问题,发项目干啥
13599383608 发表于 2023-3-16 11:39
zbr878458173 发表于 2023-3-16 11:48
好家伙,这么狠,不清楚的还以为你干啥呢。
ruozhuliufeng 发表于 2023-3-16 11:59
发问题就行啊,截个图,报啥错,发这个没头没脑的
 楼主| kelisi123 发表于 2023-3-16 12:07
ruozhuliufeng 发表于 2023-3-16 11:59
发问题就行啊,截个图,报啥错,发这个没头没脑的

发了,,,
 楼主| kelisi123 发表于 2023-3-16 12:08
tanzhiwei 发表于 2023-3-16 11:39
有问题就发下问题,发项目干啥

发了,帮忙看一下
 楼主| kelisi123 发表于 2023-3-16 12:09
13599383608 发表于 2023-3-16 11:39
发异常不就好了 你上传麻烦 别人下载也麻烦

报错图片上传了
不知道改成啥 发表于 2023-3-16 12:15

你先吧redis弄好在说吧
wushui 发表于 2023-3-16 12:22
telnet redis试试
微信截图_20230316122144.png
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止回复与主题无关非技术内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-6-6 07:32

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表