1 Star 0 Fork 1

robinxiao / springboot-web-demo

forked from 乾源 / springboot-web-demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

springboot-web-demo

介绍

从零快速搭建一个SpringBoot Web项目
  • 环境:
  • IDEA+Navicat
  • Jdk1.8
  • Mysql5.7
  • SpringBoot+Thymeleaf+Mybatis+SpringSecurity
目录

一、新建一个SpringBoot项目

二、 集成前端框架thymeleaf框架(或freemarker

2.1 在pom.xml中添加thymeleaf依赖

2.2 添加UserController用于测试Thymeleaf

2.3 在resources/templates添加user.html

2.4 测试Thymeleaf

三、 集成Mybatis-->MybatisPlus(或SpringDataJPA)

3.1 在pom.xml中引入MybatisPlus相关依赖

3.2 配置数据源、MybatisPlus

3.3 编写MybatisPlus配置类

3.4 完成User、UserMapper、UserService、UserMapper

3.5 在UserController中使用UserService

3.6 改造user.html,显示用户列表

3.7 集成效果查看

四、安全框架SpringScerity(或Apache Shiro)

软件架构

软件架构说明

安装教程

  1. xxxx
  2. xxxx
  3. xxxx

使用说明

  1. xxxx
  2. xxxx
  3. xxxx

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

特技

  1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
  2. Gitee 官方博客 blog.gitee.com
  3. 你可以 https://gitee.com/explore 这个地址来了解 Gitee 上的优秀开源项目
  4. GVP 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
  5. Gitee 官方提供的使用手册 https://gitee.com/help
  6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 https://gitee.com/gitee-stars/

空文件

简介

springboot-web-demo 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/roastFish/springboot-web-demo.git
git@gitee.com:roastFish/springboot-web-demo.git
roastFish
springboot-web-demo
springboot-web-demo
master

搜索帮助