All Projects → gaussic → Springmvcdemo

gaussic / Springmvcdemo

Licence: mit
This is a demo of my spring mvc project.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Springmvcdemo

Bookshop
📖 基于 SSM 框架的二手书交易系统
Stars: ✭ 223 (-51.2%)
Mutual labels:  spring, springmvc
Zheng
基于Spring+SpringMVC+Mybatis分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造全方位J2EE企业级开发解决方案。
Stars: ✭ 16,163 (+3436.76%)
Mutual labels:  spring, springmvc
Shop
SSM 框架搭建的网上游戏商城(仿Steam)
Stars: ✭ 238 (-47.92%)
Mutual labels:  spring, springmvc
Learningsummary
涵盖大部分Java进阶需要掌握的知识,包括【微服务】【中间件】【缓存】【数据库优化】【搜索引擎】【分布式】等等,欢迎Star~
Stars: ✭ 201 (-56.02%)
Mutual labels:  spring, springmvc
Restspringmvcdemo
RestSpringMVCDemo项目是一个基于Spring的符合REST风格的项目,具有MVC分层结构并实现前后端分离。该项目体现了一个具有REST风格项目的基本特征,即具有统一响应结构、 前后台数据流转机制(HTTP消息与Java对象的互相转化机制)、统一的异常处理机制、参数验证机制、Cors跨域请求机制以及鉴权机制。
Stars: ✭ 342 (-25.16%)
Mutual labels:  spring, springmvc
Javacollection
Java开源项目之「自学编程之路」:学习指南+面试指南+资源分享+技术文章
Stars: ✭ 2,957 (+547.05%)
Mutual labels:  spring, mvc
bfmvc
模仿springmvc的轻量级web框架,适合学习和搭建小型web项目使用
Stars: ✭ 86 (-81.18%)
Mutual labels:  mvc, springmvc
Shop
基于SpringMVC,Spring,Hibernate的网上商城。代码已久不维护...
Stars: ✭ 162 (-64.55%)
Mutual labels:  spring, springmvc
Studynotes
📚JAVA、Spring、SpringMVC、SpringBoot、Mybatis、Vue、MySQL、MongoDB、Radis、Docker、Nginx、......笔记
Stars: ✭ 337 (-26.26%)
Mutual labels:  spring, springmvc
Seckill Demo
一个简单的SSM框架的商品秒杀系统🦄
Stars: ✭ 315 (-31.07%)
Mutual labels:  spring, springmvc
Blog
每周一篇,内容精简,不咸不淡,期盼探讨。微信公众号:芋道源码【纯源码分享公众号】
Stars: ✭ 2,327 (+409.19%)
Mutual labels:  spring, springmvc
Hahu
参照知乎网做的一个简易版问答网站,后台采用Java语言,及Spring,SpringMVC,MyBatis等框架,模版引擎使用FreeMarker。数据库用到MySQL,Redis。
Stars: ✭ 408 (-10.72%)
Mutual labels:  spring, springmvc
Myuploader Backend
单文件上传,多文件上传,大文件上传,断点续传,文件秒传,图片上传
Stars: ✭ 177 (-61.27%)
Mutual labels:  spring, springmvc
Spring Reddit Clone
Reddit clone built using Spring Boot, Spring Security with JPA Authentication, Spring Data JPA with MySQL, Spring MVC. The frontend is built using Angular - You can find the frontend source code here - https://github.com/SaiUpadhyayula/angular-reddit-clone
Stars: ✭ 210 (-54.05%)
Mutual labels:  spring, springmvc
Jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,027 (+343.54%)
Mutual labels:  spring, springmvc
SmartMvc
深入解析SpringMVC核心原理:从手写简易版MVC框架开始(SmartMvc)
Stars: ✭ 66 (-85.56%)
Mutual labels:  mvc, springmvc
Echo
🦄 开源社区系统:基于 SpringBoot + MyBatis + MySQL + Redis + Kafka + Elasticsearch + Spring Security + ... 并提供详细的开发文档和配套教程。包含帖子、评论、私信、系统通知、点赞、关注、搜索、用户设置、数据统计等模块。
Stars: ✭ 129 (-71.77%)
Mutual labels:  spring, springmvc
Priest
dubbo mybatis springboot base soa rest api framework with customer code generator
Stars: ✭ 160 (-64.99%)
Mutual labels:  spring, springmvc
Springboot Analysis
🍃 something about springboot
Stars: ✭ 301 (-34.14%)
Mutual labels:  spring, springmvc
Nguseckill
✨ 整合IDEA+Maven+SSM框架的高并发的商品秒杀项目
Stars: ✭ 373 (-18.38%)
Mutual labels:  spring, springmvc

SpringMVCDemo

Introduction

This is a tutorial project of my spring mvc study, using spring 4.2.6.

To run this project, you should create a database called "springdemo", and import springdemo.sql into it.

If you want to watch the whole tutorial, you can go to Gaussic OSChina for more detail.

Better use the newest version of IntelliJ IDEA, JDK 1.8_x, and Tomcat 8.x.

If you've got any problems caused by this upgration, better look up the documents in Spring Framework Reference.

If you have any questions or opinions, you can create issues here. Thanks :)

There is also an old Spring 3.2.0 version of this tutorial here: See the spring3.2 branch

Welcome to visit my personal blog: Gaussic


介绍

这是我个人在学习过程中整理的一个SpringMVCDemo项目。

如果要运行这个项目,首先要创建一个"springdemo"数据库,注意选择utf-8格式,然后将springdemo.sql导入到数据库中。

如果需要查看完整的教程,请访问Gaussic OSChina

最好使用最新版本的 IntelliJ IDEA, JDK 1.8.x,还有Tomcat8.x。

任何由升级带来的问题,请查阅Spring Framework Reference

如果你有什么问题,或者宝贵的意见,可以在Issues中提出,我会及时回应。谢谢关注 :)

此外,还有一个旧的 spring 3.2.0 版本的项目:See the spring3.2 branch

欢迎访问我的个人博客首页:Gaussic

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].