File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/java/org/gridsuite/notification/server Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 46
46
<properties >
47
47
<java .version>11</java .version>
48
48
49
- <gridsuite-dependencies .version>17 </gridsuite-dependencies .version>
49
+ <gridsuite-dependencies .version>18 </gridsuite-dependencies .version>
50
50
</properties >
51
51
52
52
<build >
Original file line number Diff line number Diff line change 6
6
*/
7
7
package org .gridsuite .notification .server ;
8
8
9
+ import com .powsybl .ws .commons .Utils ;
9
10
import org .springframework .boot .SpringApplication ;
10
11
import org .springframework .boot .autoconfigure .SpringBootApplication ;
11
12
17
18
public class NotificationApplication {
18
19
19
20
public static void main (String [] args ) {
21
+ Utils .initProperties ();
20
22
SpringApplication .run (NotificationApplication .class , args );
21
23
}
22
24
}
You can’t perform that action at this time.
0 commit comments