|
|
|
@ -34,8 +34,8 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
|
|
|
|
|
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
|
|
|
|
|
import org.springframework.boot.context.properties.EnableConfigurationProperties;
|
|
|
|
|
import org.springframework.boot.context.properties.PropertyMapper;
|
|
|
|
|
import org.springframework.boot.rsocket.server.RSocketServerBootstrap;
|
|
|
|
|
import org.springframework.boot.rsocket.netty.NettyRSocketServerFactory;
|
|
|
|
|
import org.springframework.boot.rsocket.server.RSocketServerBootstrap;
|
|
|
|
|
import org.springframework.boot.rsocket.server.RSocketServerFactory;
|
|
|
|
|
import org.springframework.boot.rsocket.server.ServerRSocketFactoryCustomizer;
|
|
|
|
|
import org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory;
|
|
|
|
|