You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the `spring-boot-configuration-processor` to enable automatic metadata
generation so our config props play well in IDEs.
Also updates the default values for duration properties to use
`Duration.of<Unit>(long)` instead of `Duration.of(long, DurationUnit)` as
Spring Boot config processor can not determine a default for the config
metadata in the latter format.
Copy file name to clipboardExpand all lines: spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerProperties.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -49,13 +49,13 @@ public class GrpcServerProperties {
49
49
* shutdown immediately. The default is 30 seconds.
0 commit comments