reactive spring cloud gateway:Spring云网关Spring Data R2DBCWebflux 源码
Spring Cloud Gwteway builder .routes() .route { route -> route.path( " /sitn/** " ) .filters { it.stripPrefix( 1 ) } .uri( " http://localhost:8090 " ) } .route { route -> route.path( " /uitn/** " ) .filters { it.stripPrefix( 1 ) } .uri( " https://dev-uitn.crsdev.io " ) } .build() Spring Cloud Gwteway와Webflux를이용하면不阻塞구
文件列表
reactive-spring-cloud-gateway-master.zip
(预估有个19文件)
reactive-spring-cloud-gateway-master
pom.xml
5KB
mvnw
10KB
src
test
kotlin
io
taesu
apigw
ApigwApplicationTests.kt
210B
暂无评论