This commit is contained in:
Phillip Webb
2020-10-06 18:50:03 -07:00
parent c67d99f052
commit 2c487f7cb8
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ import org.springframework.util.unit.DataSize;
@ConfigurationProperties("spring.rsocket")
public class RSocketProperties {
@NestedConfigurationProperty
private final Server server = new Server();
public Server getServer() {