spring boot 2 - default null value in @value annotation
Java[Edit]
+
0
-
0
Spring Boot 2 - default null value in @Value annotation
1 2@Value("${my.property:#{null}}") private String myProperty;
1 2@Value("${my.property:#{null}}") private String myProperty;