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
|
sed -i "s/version=$snapshotVersion/version=$nextVersion/" gradle.properties
|
||||||
git add gradle.properties > /dev/null
|
git add gradle.properties > /dev/null
|
||||||
git commit -m"Next development version (v$nextVersion)" > /dev/null
|
git commit -m"Next development version (v$nextVersion)" > /dev/null
|
||||||
fi;
|
fi
|
||||||
|
|
||||||
echo "DONE"
|
echo "DONE"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ import org.springframework.util.unit.DataSize;
|
||||||
@ConfigurationProperties("spring.rsocket")
|
@ConfigurationProperties("spring.rsocket")
|
||||||
public class RSocketProperties {
|
public class RSocketProperties {
|
||||||
|
|
||||||
|
@NestedConfigurationProperty
|
||||||
private final Server server = new Server();
|
private final Server server = new Server();
|
||||||
|
|
||||||
public Server getServer() {
|
public Server getServer() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue