摘要: Spring Boot简单整合Open Feign一、使用Open Feign1、引入依赖2、添加Open Feign3、添加配置文件application.yml二、Open Feign的调用1、模拟一个服务的提供者(假设为student)2、模拟一个服务的调用者(假设为classes)一、使用O 阅读全文
posted @ 2022-12-06 14:18 hanease 阅读(4569) 评论(0) 推荐(0)
摘要: SpringBoot整合Netty+WebSocket 构建环境 pom.xml <?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://ww 阅读全文
posted @ 2022-12-06 13:26 hanease 阅读(506) 评论(0) 推荐(0)
摘要: netty是什么? Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers 阅读全文
posted @ 2022-12-06 11:14 hanease 阅读(118) 评论(0) 推荐(0)
摘要: https://github.com/seata https://github.com/alibaba/spring-cloud-alibaba SpringCloud项目github地址汇总 git clone https://github.com/spring-cloud/spring-clou 阅读全文
posted @ 2022-12-06 09:28 hanease 阅读(2017) 评论(0) 推荐(0)