标签:图片 junit 持久化 增删改查 entity 案例 alt 开发 boot
创建 web项目
配置pom.xml文件 ------相当于jar包
配置application.yml -----配置文件(spring数据库连接、server服务、logging日志等)
创建 package (entity、controller、service、configuration、repository、interceptor等)
小例子:
entity:Person
数据持久化(dao):
controller:
spring 自带Junit测试@SpringBootTest,不用自己在pom.xml里配置Junit
spring boot web开发 简单的增删改查和spring boot 自带的Junit测试 案例
标签:图片 junit 持久化 增删改查 entity 案例 alt 开发 boot
原文地址:https://www.cnblogs.com/xiqoqu/p/9351080.html