1
社区成员




课程名称 | 适应人群 |
---|---|
手把手搭建Java在线商城系统【附源码】(毕设) | 正在做毕设的学生,需要项目实战练习的Java学习者 |
本课程演示的是一套基于SSM框架实现的在线商城系统,主要针对计算机相关专业的正在做毕设的学生与需要项目实战练习的Java学习者。
1. 包含:项目源码、项目文档、数据库脚本、软件工具等所有资料
2. 手把手的带你从零开始部署运行本套系统
3. 该项目附带的源码资料可作为毕设使用
4. 提供技术答疑和远程协助指导
技术实现:
1. 后台框架:Spring、SpringMVC、MyBatis
2. UI界面:BootStrap、JSP、jQuery
3. 数据库:MySQL
项目截图:
1)前台商城首页
2)后台管理登陆界面
3)商城后台管理
更多Java毕设项目请关注【毕设系列课程】https://edu.csdn.net/lecturer/2104
运行报错,其他几个项目都顺利启动。
月 01, 2023 4:36:47 下午 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet [dispatcherServlet] in context with path [/shop] threw exception [Handler dispatch failed; nested exception is java.lang.Error: Unresolved compilation problem:
The method nonNull(List) is undefined for the type Objects
] with root cause
java.lang.Error: Unresolved compilation problem:
The method nonNull(List) is undefined for the type Objects
at com.service.GoodService.packGood(GoodService.java:183)
at com.service.GoodService.packGood(GoodService.java:165)
at com.service.GoodService.getListByType(GoodService.java:91)
at com.service.GoodService$$FastClassBySpringCGLIB$$751cf972.invoke(<generated>)