大飞_dafei

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  Spring Boot

开源项目整理
摘要:开源项目整理 01)RuoYi 若依 若依Vue3版本前后端地址: https://github.com/yangzongzhuan/RuoYi-Vue3 https://gitee.com/y_project/RuoYi-Vue 阅读全文

posted @ 2023-01-05 19:30 大飞_dafei 阅读(40) 评论(0) 推荐(0) 编辑

mvn 下载依赖 pinyin4j 出错
摘要:mvn 下载依赖 pinyin4j 出错 Cannot resolve net.sourceforge.pinyin4j:pinyin4j:2.5.0 Cannot resolve net.sourceforge.pinyin4j:pinyin4j:2.5.0 SpringBoot 项目中处理 到h 阅读全文

posted @ 2022-09-23 10:56 大飞_dafei 阅读(1378) 评论(0) 推荐(0) 编辑

SpringBoot 分环境打包
摘要:SpringBoot 分环境打包 application.yml文件配置 spring: profiles: # 动态环境选择,对应pom.xml文件中 <properties> <env>dev</env> </properties> active: @env@ pom.xml 文件配置 <pro 阅读全文

posted @ 2022-05-12 23:42 大飞_dafei 阅读(250) 评论(0) 推荐(0) 编辑

mybatis-generator 自动生成dao、sql.xml、实体类
摘要:mybatis-generator 自动生成dao、sql.xml、实体类 01)pom引入 <build> <plugins> <!-- 自动生成了dao、sql、xml、实体类 --> <plugin> <groupId>org.mybatis.generator</groupId> <arti 阅读全文

posted @ 2022-05-02 09:53 大飞_dafei 阅读(264) 评论(0) 推荐(0) 编辑

SpringBoot中文件二进制流下载功能Api
摘要:SpringBoot中文件二进制流下载功能Api 在 Controller 中写方法, PostMapping 和 GetMapping 都可以 方法一 通过ResponseEntity<InputStreamResource>实现 // 下载文件 PostMapping 和 GetMapping 阅读全文

posted @ 2022-05-01 15:48 大飞_dafei 阅读(2897) 评论(0) 推荐(0) 编辑

springBoot中文件上传功能Api
摘要:springBoot中文件上传功能Api 01) 实现工具类FileUtil package com.example.fei.common.utils; import org.springframework.web.multipart.MultipartFile; import java.io.*; 阅读全文

posted @ 2022-04-05 20:26 大飞_dafei 阅读(250) 评论(0) 推荐(0) 编辑

Spring Boot测试数据库连接
摘要:Spring Boot测试数据库连接 @Autowired JdbcTemplate jdbcTemplate; @Test void fei3() { // 测试连接数据库 Long aLong = jdbcTemplate.queryForObject("select count(*) from 阅读全文

posted @ 2022-01-16 09:08 大飞_dafei 阅读(859) 评论(0) 推荐(0) 编辑

springboot 项目中_ 利用Filter去解决跨域问题
摘要:springboot 项目中_ 利用Filter去解决跨域问题 @Override protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response, FilterChain chain) 阅读全文

posted @ 2020-06-30 13:02 大飞_dafei 阅读(520) 评论(0) 推荐(0) 编辑

Spring Boot学习笔记---Spring Boot 基础及使用idea搭建项目
摘要:spring boot 入门demo idea 使用 Spring Initializ 创建 Spring Boot 创建测试首页 自定义 logo: System.out.println("\033[35m 作者:大飞 \033[0m "); System.out.println("" + "\0 阅读全文

posted @ 2018-03-07 11:58 大飞_dafei 阅读(95) 评论(0) 推荐(0) 编辑

SpringBoot RocketMQ 整合使用和监控
摘要:SpringBoot RocketMQ 整合使用和监控 阅读全文

posted @ 2018-02-08 12:01 大飞_dafei 阅读(150) 评论(0) 推荐(0) 编辑

java.lang.NoClassDefFoundError: Lorg/springframework/beans/factory/access/BeanFactoryReference;
摘要:java.lang.NoClassDefFoundError: Lorg/springframework/beans/factory/access/BeanFactoryReference;报错 java.lang.NoClassDefFoundError: Lorg/springframework 阅读全文

posted @ 2018-01-18 17:31 大飞_dafei 阅读(1594) 评论(0) 推荐(0) 编辑

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