All Projects → JackyFuu → SSM-Maven-Heima

JackyFuu / SSM-Maven-Heima

Licence: other
基于SSM(Spring+Springmvc+Mybatis)框架的电商小项目,使用Maven构建项目,MySQL为数据库系统,Redis的缓存服务器(并不是用的很多)。商城分为后台人员管理界面和前台处理服务器两个方面。实现了登录,邮件注册,redis缓存机制,cookie的历史记录浏览,分页浏览商品,加入购物车,提交订单等等功能。最精彩的是,如果你刚刚学完基础的SSM框架,那么你就可以跟着视频一起完成这个很nice的小工程了。话不多说,让我们进入无尽的学习中吧!(光头不再是梦想:) )

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to SSM-Maven-Heima

manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (-75.47%)
Mutual labels:  maven
wordcount
Hadoop MapReduce word counting with Java
Stars: ✭ 18 (-83.02%)
Mutual labels:  maven
wislove
Java 服务端api解决方案,处理部分通用业务逻辑。包括用户中心,支付,订单,IM相关,内容管理,角色权限授权。以及分库分表的处理,RPC分布式的解决方案等。一个人慢慢做
Stars: ✭ 14 (-86.79%)
Mutual labels:  maven
pcljava
A port of the Point Cloud Library (PCL) using Java Native Interface (JNI).
Stars: ✭ 19 (-82.08%)
Mutual labels:  maven
E3Mall
高并发,分布式Java项目,模拟天猫商城,京东商城
Stars: ✭ 33 (-68.87%)
Mutual labels:  maven
tank-battle
Java坦克大战游戏,基于Spring Boot,JDK8,Swing组件开发,有一些Bug,还在持续更新完善中...
Stars: ✭ 52 (-50.94%)
Mutual labels:  maven
yfs
🏠超精简分布式对象存储
Stars: ✭ 35 (-66.98%)
Mutual labels:  maven
WAPI
The WhatsApp API
Stars: ✭ 36 (-66.04%)
Mutual labels:  maven
sign-maven-plugin
Maven plugin which creates Open PGP / GPG signatures for all of the project's artifacts
Stars: ✭ 34 (-67.92%)
Mutual labels:  maven
flexmojos-introduction
A gentle introduction to Flexmojos & Maven
Stars: ✭ 50 (-52.83%)
Mutual labels:  maven
jenkins-pipeline-gitflow-maven
Sample Maven project with a Jenkinsfile doing git-flow based release management
Stars: ✭ 47 (-55.66%)
Mutual labels:  maven
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (-64.15%)
Mutual labels:  maven
maven-native
www.mojohaus.org/maven-native/
Stars: ✭ 13 (-87.74%)
Mutual labels:  maven
cheshuo
🎃A lightweight game server framework. Based on Springboot and Netty. Using ProtoBuf as communication between client and server.
Stars: ✭ 23 (-78.3%)
Mutual labels:  maven
rpm-builder
Maven RPM builder plugin
Stars: ✭ 46 (-56.6%)
Mutual labels:  maven
checksum-maven-plugin
Compute Maven project artifacts/dependencies/files checksum digests.
Stars: ✭ 36 (-66.04%)
Mutual labels:  maven
Simple-YAML
A Java API that provides an easy-to-use way to store data using the YAML format.
Stars: ✭ 68 (-35.85%)
Mutual labels:  maven
common
常用的模式、方法、算法。Common patterns and methods.
Stars: ✭ 59 (-44.34%)
Mutual labels:  maven
cmake-maven-project
Project to enable using CMake from a Maven build.
Stars: ✭ 57 (-46.23%)
Mutual labels:  maven
WebChat
一份关于webSocket网页聊天的小demo
Stars: ✭ 54 (-49.06%)
Mutual labels:  maven

项目内容:SSM(Spring+Springmvc+Mybatis)框架的商城小项目

技术基础:
  • JDK版本:1.8+
  • Tomcat版本: 8.5
  • 代码编辑器IDEA
  • Maven项目管理工具(这样就只需要引入dependency,maven工具会自动为你下载需要的jar包); 比如你需要junit的jar包,直接在pom.xml文件中加入下面代码(可以在maven repository中找到)就可以了。具体操作请自行百度。
<dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
 </dependency>
  • 数据库MYSQL(5.x.x);
  • NoSQLRedis(并不是用的很多);
  • 其他工具推荐
    • 谷歌浏览器
    • redisManager:redis管理工具
    • postman:接口测试
    • navicate:数据库可视化连接管理
简介:

商城分为后台人员管理界面和前台处理服务器两个方面。 实现了登录,邮件注册,redis缓存机制,cookie的历史记录浏览,分页浏览商品,加入购物车,提交订单等等功能。 最精彩的是,如果你刚刚学完基础的SSM框架,那么你就可以跟着视频一起完成这个很nice的小工程了。哈哈,话不多说,让我们进入无尽的学习中吧!(光头不再是梦想:) )

:学习视频并不是SSM框架,是由本人在学习了SSM框架之后,一步一步跟着视频转化而来。如果有些许错误,还请担待。
在这里感谢黑马程序员的视频资料,感谢前一段时间自己的努力! 感觉不错就给我来个star吧!谢谢啦~

资源下载:

数据库表、web页面都在WEB28/资源中: -

声明:此项目只做个人学习使用,请不要用于任何商业行为。如果涉及侵权问题,请与我联系:Email:[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].