随笔分类 -  springboot

框架学习
摘要:调用方式 @FeignClient(name = "remoteUserManagerService", url = "${base.url}") public interface RemoteUserManagerService { /** * 验证token是否正确 * * @return 结果 阅读全文
posted @ 2022-09-07 09:50 小尼 阅读(1387) 评论(0) 推荐(0)
摘要:1.修改需要打包的项目 删除启动启动类,修改pom的打包方式 <build> <finalName>${project.artifactId}</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <ar 阅读全文
posted @ 2022-02-23 15:16 小尼 阅读(150) 评论(0) 推荐(0)
摘要:ArrayList < PayRecord > importListSingle = importList.stream().collect(collectingAndThen(toCollection( () -> new TreeSet <>(Comparator.comparing(PayRe 阅读全文
posted @ 2021-09-27 18:39 小尼 阅读(111) 评论(0) 推荐(0)
摘要:添加依赖 <!-- 阿里云短信 --> <dependency> <groupId>com.aliyun</groupId> <artifactId>dysmsapi20170525</artifactId> <version>2.0.5</version> </dependency> 在appli 阅读全文
posted @ 2021-09-07 17:21 小尼 阅读(337) 评论(0) 推荐(0)
摘要:解决乱码问题response.setHeader("Content-Type","image/JPG"); QrCodeController package com.lw.project.wx.controller; import com.lw.common.utils.QRCodeUtil; im 阅读全文
posted @ 2020-07-14 11:12 小尼 阅读(348) 评论(0) 推荐(0)
摘要:添加一个remote,设置远程host地址和端口,把jvm参数在启动jar是加入。 启动remote 阅读全文
posted @ 2020-07-07 12:23 小尼 阅读(129) 评论(0) 推荐(0)
摘要:application.properties中文乱码问题 阅读全文
posted @ 2019-06-26 15:01 小尼 阅读(537) 评论(0) 推荐(0)
摘要:yml配置文件详解 阅读全文
posted @ 2019-06-24 15:40 小尼 阅读(435) 评论(0) 推荐(0)
摘要:自动配置 阅读全文
posted @ 2019-06-24 10:47 小尼 阅读(289) 评论(0) 推荐(0)
摘要:使用向导快速创建项目 阅读全文
posted @ 2019-06-22 10:29 小尼 阅读(245) 评论(0) 推荐(0)
摘要:场景启动器简单介绍 阅读全文
posted @ 2019-06-21 23:22 小尼 阅读(547) 评论(0) 推荐(0)
摘要:springboot的简化部署,jar部署运行 阅读全文
posted @ 2019-06-21 17:36 小尼 阅读(384) 评论(0) 推荐(0)
摘要:SpringBoot第一个helloword 阅读全文
posted @ 2019-06-21 16:00 小尼 阅读(163) 评论(0) 推荐(0)
摘要:开发环境准备及搭建 阅读全文
posted @ 2019-06-21 11:31 小尼 阅读(160) 评论(0) 推荐(0)
摘要:spring boot简介 阅读全文
posted @ 2019-06-21 10:38 小尼 阅读(174) 评论(0) 推荐(0)