logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【Feign】Load balancer does not contain an instance for the service xxx-service

【问题现象】在使用Feign进行服务见API调用时,出现如下问题:[503] during [GET] to [http://xxx-service/test/get?name=xxx][TestServicesApi#get(String)]: [Load balancer does not contain an instance for the service server-service]【

#java#http#consul
【Springboot】When allowCredentials is true, allowedOrigins cannot contain the special value “*“

【Springboot】When allowCredentials is true, allowedOrigins cannot contain the special value "*"

#spring boot#java#后端
【Spring】FactoryBean和普通Bean的区别

【提问】Spring中所说的FactoryBean和普通Bean的区别有什么区别?【解答】具体区别:维度不同Bean只是一个概念,统称所有被SpringIOC工厂(容器)管理的对象,硬要说也要有一个规范,那就是Object。FactoryBean是一个实际的接口,在spring-beans包中:org.springframework.beans.factory.FactoryBeanFactory

#spring#java
【SpringBoot】Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

#【问题现象】IDEA中搭建Spring体系,maven项目的pom文件和maven插件中会提示红色错误:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found#【原因】没有制定maven-plugin的版本,这对导致编译环境(IDEA、命令行、maven插件等)认为找不到/无法解析该包,故报错。这是IDEA、Ma

#maven#spring#spring boot +2
【从java到Go】Gin框架整合并部署Vue

基于java基础,快速学习Golang从零在Gin框架中整合并部署Vue

#vue.js#java#golang
【Maven】Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.x.x

【Maven】Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.x.x

#maven#apache#java +1
【Mybatis】Parameter ‘ids‘ not found. Available parameters are [collection, list]

【Mybatis】Parameter 'ids' not found. Available parameters are [collection, list]

#mybatis#list#java +2
作为程序员面试官必须要了解的几件事

这篇文章不是用来教你如何去准备面试,而是要让我们的面试官清楚的知道,我们到底需要什么。下面是作为一个面试官必须要了解的几件事。1、认清自己的位置作为一个程序员的面试官,再大多数公司都是团队的技术负责人,以及总监之类的角色。这类人群在公司以及团队中的作用就是程序设计的评审员,代码规范的制定者,系统架构的分析师。

#面试
【SpringBoot】This application has no explicit mapping for /error,so you are seeing this as a fallback

【问题现象】SpringBoot中,在请求链接无错误、Controller配置无错误的情况下,访问某个Controller链接接口时,提示错误:This application has no explicit mapping for /error,so you are seeing this as a fallback【原因】请求无法找到对应的bean进行处理,在请求链接无错误、Controlle

#spring#spring boot#java
【SpringBoot】Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

#【问题现象】IDEA中搭建Spring体系,maven项目的pom文件和maven插件中会提示红色错误:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found#【原因】没有制定maven-plugin的版本,这对导致编译环境(IDEA、命令行、maven插件等)认为找不到/无法解析该包,故报错。这是IDEA、Ma

#maven#spring#spring boot +2
    共 11 条
  • 1
  • 2
  • 请选择