Loading

随笔分类 -  spring-cloud

摘要:典型如下 第一种import java.util.List;@RestController@RequestMapping("/order")@DefaultProperties(defaultFallback = "fallback4Wait")public class OrderControlle 阅读全文
posted @ 2020-05-23 11:02 ixfcao 阅读(565) 评论(0) 推荐(0)
摘要:RestTemplate注入有问题 新版的需要这样注入: @Bean @LoadBalanced RestOperations restTemplate(RestTemplateBuilder builder) { return builder.build(); } @Autowired RestO 阅读全文
posted @ 2020-05-20 20:25 ixfcao 阅读(1556) 评论(1) 推荐(1)
摘要:目的:运行springboot项目出现:Type javax.xml.bind.JAXBContext not present 环境: 问题:运行springboot项目出现:Type javax.xml.bind.JAXBContext not present 原因 java9+版本以后,JAXB 阅读全文
posted @ 2020-05-15 19:37 ixfcao 阅读(324) 评论(0) 推荐(0)