File tree 2 files changed +3
-1
lines changed
src/main/java/com/ericsson/ei/frontend/model
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.ericsson</groupId >
7
7
<artifactId >eiffel-intelligence-frontend</artifactId >
8
- <version >0.0.9 </version >
8
+ <version >0.0.10 </version >
9
9
<packaging >war</packaging >
10
10
11
11
Original file line number Diff line number Diff line change 17
17
package com .ericsson .ei .frontend .model ;
18
18
19
19
import com .fasterxml .jackson .annotation .JsonProperty ;
20
+ import com .google .gson .annotations .SerializedName ;
20
21
import lombok .*;
21
22
import org .springframework .beans .factory .annotation .Value ;
22
23
import org .springframework .stereotype .Component ;
@@ -41,6 +42,7 @@ public class BackEndInformation {
41
42
42
43
@ Value ("${ei.useSecureHttpBackend:#{false}}" )
43
44
@ JsonProperty ("https" )
45
+ @ SerializedName ("https" )
44
46
private boolean useSecureHttpBackend ;
45
47
46
48
private boolean active ;
You can’t perform that action at this time.
0 commit comments