Skip to content

zth9/easier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

演示地址

点击这里

项目介绍

采用restful风格接口

后端

总技术栈:mysql+mybatis+spring+spring boot

mysql:关系型数据库

mybatis:ORM框架,负责进行数据的CRUD

spring:强大的Web容器

spring boot:快速开发项目脚手架,减少配置,内置tomcat

前端

总技术栈:html+css+js+jQuery+bootstrap4

html+css+js:经典的前端架构

jQuery:js框架,学好jQuery就够了

bootstrap4:非常好用的ui框架,官网有示例代码,开箱即用

项目部署

创建数据库,运行sql文件

前端:部署到本地IIS

后端:使用IDE启动SpringBoot项目