- Springboot核心配置文件:yml或properties
- Responsebody将对象转化为json串
- PropertySource spring容器启动时,动态添加配置文件。 写法后跟(value="classpath:/ ")
- 读取配置文件注解:@Value("${ }")
- 需要mapper层和mapper.xml文件
- mapper接口中只写方法
- 需要将mapper交给spring管理,需在springbootapplication层加@MapperScan(mapper路径)
- xml文件里〈mapper namespace=mapper接口全路径〉
- xml里写sql查询语句〈select id =“mapper接口的方法名”〉后面写语句
- springboot整合Mybatis需要在application.yml文件里添加mapper-locations:xml所在全路径
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)