File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/pl/piomin/logging/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >pl.piomin</groupId >
8
8
<artifactId >spring-boot-logging</artifactId >
9
- <version >1.0.0.RELEASE </version >
9
+ <version >1.1-SNAPSHOT </version >
10
10
11
11
<properties >
12
12
<java .version>11</java .version>
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ public class SpringLoggingAutoConfiguration {
29
29
String url ;
30
30
@ Value ("${spring.application.name:-}" )
31
31
String name ;
32
- @ Value ("${spring.logstash.ssl.trustStoreLocation}" )
32
+ @ Value ("${spring.logstash.ssl.trustStoreLocation:#{null} }" )
33
33
Optional <String > trustStoreLocation ;
34
- @ Value ("${spring.logstash.ssl.trustStorePassword}" )
34
+ @ Value ("${spring.logstash.ssl.trustStorePassword:#{null} }" )
35
35
Optional <String > trustStorePassword ;
36
36
37
37
@ Bean
You can’t perform that action at this time.
0 commit comments