随笔分类 -  spring学习

摘要:No instances available for localhost 关键代码如下: 在配置RestTemplate的时候,如果加了注解LoadBalance的话,就不能直接用localhost了,因为这样没办法知道这个请求会转发到哪个项目,所以会报错,因而只能用项目名称来代替: 如果想用loc 阅读全文
posted @ 2020-05-21 22:07 爱拖交作业的小明 阅读(3264) 评论(1) 推荐(2)
摘要:Exception in thread "main" org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [di.UseFunctionS] is defined at 阅读全文
posted @ 2018-12-02 23:12 爱拖交作业的小明 阅读(2125) 评论(0) 推荐(0)
摘要:报错 [ERROR] Failed to execute goal org.springframework.boot:spring boot maven plugin:1.4.0.RELEASE:run (default cli) on project demo: Could not exec ja 阅读全文
posted @ 2018-11-16 10:35 爱拖交作业的小明 阅读(2356) 评论(0) 推荐(0)