Polish
This commit is contained in:
parent
c67d99f052
commit
2c487f7cb8
|
|
@ -43,7 +43,7 @@ if [[ $nextVersion != $snapshotVersion ]]; then
|
|||
sed -i "s/version=$snapshotVersion/version=$nextVersion/" gradle.properties
|
||||
git add gradle.properties > /dev/null
|
||||
git commit -m"Next development version (v$nextVersion)" > /dev/null
|
||||
fi;
|
||||
fi
|
||||
|
||||
echo "DONE"
|
||||
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue