Live2d Test Env

随笔分类 -  Springboot

Springboot
摘要:服务端 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <!-- 移除掉默认支持的 Tomcat --> <exclus 阅读全文
posted @ 2022-04-18 10:51 红尘中人·杨哥 阅读(95) 评论(0) 推荐(0) 编辑
摘要:pom.xml <!--feign--> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency> < 阅读全文
posted @ 2022-03-29 10:30 红尘中人·杨哥 阅读(2548) 评论(0) 推荐(0) 编辑
摘要:springboot微服务之间通常使用feign进行接口调用,那么在此基础上文件上传如何操作呢? 最近项目中碰到了这种需求,此处分享一下使用心得,希望对大家有帮助!!! 一、我这里使用的相关包如下,其它的大家视情况而定 <dependency> <groupId>io.github.openfeig 阅读全文
posted @ 2021-06-01 19:39 红尘中人·杨哥 阅读(1276) 评论(2) 推荐(0) 编辑

点击右上角即可分享
微信分享提示