采用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项目