使用spring boot搭建项目
1.写出需要的实体类和sql语句
2.对application.propertices进行配置
3.写接口
4.写接口对应的实现类
5.写contoller控制层的函数进行post和get的设置
6.写service层的代码
1.写出需要的实体类和sql语句
2.对application.propertices进行配置
3.写接口
4.写接口对应的实现类
5.写contoller控制层的函数进行post和get的设置
6.写service层的代码