-
Reactive WebSockets with Spring 5
@Beanpublic HandlerMapping webSocketHandlerMapping() { Map<String, WebSocketHandler> map = ....
发布于: 2024-08-05 14:46:25 -
Server-Sent Events in Spring
2.1. Stream Events Using Flux@GetMapping(path = "/stream-flux", produces = MediaType.TEXT_....
发布于: 2024-08-05 13:36:33 -
Spring-WebFlux
....
发布于: 2024-08-01 17:21:04 -
scala
https://www.scala-sbt.org/1.x/docs/sbt-by-example.htmlscalaVersion....
发布于: 2024-05-01 18:13:43 -
Spring Statemachine
https://springref.com/docs/spring-statemachine....
发布于: 2024-02-29 17:49:01 -
spring cloud gateway
server: port: 30000spring: cloud: gateway: filter: remove-hop-by-hop: head....
发布于: 2023-12-27 13:43:20 -
spring-cloud-task
https://github.com/spring-cloud/spring-cloud-taskpackage io.spring.cloud;import java.util.Arrays;imp....
发布于: 2023-12-17 16:44:55 -
响应式编程
package io.seqera.tower.service.progress @Inject AuditEventPublisher auditEventPublisher @Pos....
发布于: 2023-12-17 16:44:06 -
Spring Data MongoDB - Relation Modelling
https://spring.io/blog/2021/11/29/spring-data-mongodb-relation-modelling....
发布于: 2023-12-15 21:30:54 -
Server-Sent Events in Spring
https://www.baeldung.com/spring-server-sent-eventsSSE with Spring 5 Webflux@GetMapping(path = "....
发布于: 2023-12-10 21:18:15
目前是,eureka变成了nacos,feign(ribbon)变成了feign(spring cloud loadbalancer),hystrix变成了sentinel,zuul网关变成了spring cloud gateway。
java 一共收录文章34篇,
一共有4页,
每页显示10篇