- 博客(3)
- 收藏
- 关注
原创 Springboot+mybatis+gradle+pagehelper分页
第一步:先引入jar包compile group: 'com.github.pagehelper', name: 'pagehelper-spring-boot-starter', version: '1.2.5'注意:Springboot最好使用pagehelper-spring-boot-starter第二步:配置pagehelper第一种方式是在Springboot...
2019-07-09 12:32:33 261
原创 MyBatis注解式批量更新
写法@Update({ "<script>", "<foreach collection='devicesList' item='item' index='index' separator=';'>", "UPDATE track_devices SET ", "battery=#{item.battery...
2020-02-14 23:52:16 1591
原创 Linux环境下Springboot项目配置文件访问路径
在项目开发中总会需要访问服务器上的文件,如果是Tomcat项目,就可以直接在Tomcat中配置虚拟路径,接下来就看看如何在springboot项目中配置虚拟路径。如下的config类中设置一个资源访问路径(upload),映射到本地件。@Configurationpublic class WebConfig extends WebMvcConfigurationSupport { ...
2020-02-14 23:50:13 4090
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人