logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

springboot启动提示“The dependencies of some of the beans in the application context form a cycle:“

问题spring bean 的循环依赖问题使用到了通过类构造器注入使用Druid手动配置数据源解决步骤使用@Autowired注解替换使用类构造器的方式注入,因为注解可以自己判断在需要注入的时候进行操作// 使用类构造器的方式private final INewsService iNewsService;public NewsController(INewsService iNewsService

#spring boot#java#spring
spring boot项目启动提示:Error creating bean with name ‘sqlSessionFactory‘ defined in class path resource

springboot + mybatis-plus 项目启动提示如下错误:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus

#spring boot
springboot+mybatis-plus+pagehelper整合项目无法启动

目录错误信息及解决方案spring boot+mybatis-plus+pagehelper整合案例关于@SpringBootApplication(exclude={DataSourceAutoConfiguration.class})注解作用错误信息org.springframework.beans.factory.UnsatisfiedDependencyException: Error c

#spring boot
springboot+mybatis提示Parameter ‘array‘ not found. Available parameters are [collection, list]

出现上面的错误应该是在mapper.xml文件中<foreach>标签中的collection属性错误// array表示要传入的参数为Integer[]、String[]这样的数组<delete id="ByIds" parameterType="java.lang.Integer">delete Data where ID in<foreach collectio

#java
springboot对本地文件进行操作

spring boot 读写本地文件 获取本地文件路径

#spring boot#java
VMware Workstation 15 Pro 15.0.0 安装Windows server 2008 R2 配置桥接网络,可以访问外网

点击下图标注“更改设置”按钮通过命令提示符,输入命令 “ipconfig -all”查看本机的网卡选择“VMnet0”桥接模式→选择步骤2查看的网卡→点击确定设置网络适配器→选择“桥接模式”→点击确定启动虚拟机,在网络适配器中设置“自动获取IP地址”,如下图通过虚拟机命令行输入“ipconfig”,即可查看虚拟机的IP地址...

#windows#网络
VMware Workstation安装Windows10启动电脑蓝屏

问题描述:虚拟机安装win10系统启动,导致电脑蓝屏。解决方案:在下图标注位置→编辑虚拟机设置→将类似“打印机\声卡”的硬件移除,即可解决问题

#windows
迁移VMware虚拟机系统

移除虚拟机不会删除磁盘上面的文件。通过路径在磁盘中查找。

#java#服务器
vue.js中点击按钮跳转到链接地址并打开新页面(不传递参数)

在本页面打开链接<template><div><el-button @click="handle(scope.row.url)">打印</el-button></div></template><script>handle(url) {window.location.href = 'url'}</script&

    共 12 条
  • 1
  • 2
  • 请选择