springboot
Gordon Yang
这个作者很懒,什么都没留下…
展开
-
spring boot整合websocket
spring boot整合websocket细节 WebSocketConfig类 @Configuration public class WebSocketConfig { @Bean public ServerEndpointExporter serverEndpointExporter() { return new ServerEndpointExpo...原创 2019-09-03 22:43:41 · 134 阅读 · 0 评论 -
Spring Cloud微服务学习(二)
Service的提供与调用 上节讲到Spring Cloud 注册中心Eureka的使用,下面讲Service的提供与调用。 服务Service的提供方 Service Provider 两个注解:@EnableDiscoveryClient和@EnableFeignClients 启动类: package io.ymq.example.eureka.provider; import org.s...原创 2019-09-19 14:31:03 · 171 阅读 · 0 评论