打造springboot高性能服务器(spring reactor的使用)

推荐:https://www.cnblogs.com/ivaneye/p/5731432.html
pom依赖:

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-webflux</artifactId>
        </dependency>

 ...

猜你喜欢

转载自www.cnblogs.com/zyf-yxm/p/10374804.html
今日推荐