|
|
|
|
@ -21,7 +21,7 @@ import org.springframework.boot.SpringApplication;
@@ -21,7 +21,7 @@ import org.springframework.boot.SpringApplication;
|
|
|
|
|
public class TestMyApplication { |
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
|
SpringApplication.from(MyApplication::main).run(args); |
|
|
|
|
SpringApplication.from(MyApplication::main).with(MyContainersConfiguration.class).run(args); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|