File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/main/java/org/gridsuite/shortcircuit/server Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 9
9
import com .powsybl .network .store .client .NetworkStoreService ;
10
10
import org .springframework .boot .SpringApplication ;
11
11
import org .springframework .boot .autoconfigure .SpringBootApplication ;
12
- import org .springframework .context .annotation .ComponentScan ;
13
12
14
13
/**
15
14
* @author Etienne Homer <etienne.homer at rte-france.com>
16
15
*/
17
16
@ SuppressWarnings ("checkstyle:HideUtilityClassConstructor" )
18
- @ SpringBootApplication
19
- @ ComponentScan (basePackageClasses = {ShortCircuitApplication .class , NetworkStoreService .class })
17
+ @ SpringBootApplication (scanBasePackageClasses = { ShortCircuitApplication .class , NetworkStoreService .class })
20
18
public class ShortCircuitApplication {
21
-
22
19
public static void main (String [] args ) {
23
20
SpringApplication .run (ShortCircuitApplication .class , args );
24
21
}
You can’t perform that action at this time.
0 commit comments