We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0731fe0 + 62a2cc8 commit 1d335bdCopy full SHA for 1d335bd
src/main/java/com/ericsson/eiffel/remrem/producer/App.java
@@ -3,11 +3,12 @@
3
import lombok.extern.slf4j.Slf4j;
4
import org.springframework.boot.SpringApplication;
5
import org.springframework.boot.autoconfigure.SpringBootApplication;
6
+import org.springframework.boot.context.web.SpringBootServletInitializer;
7
import org.springframework.context.ConfigurableApplicationContext;
8
9
import java.util.Arrays;
10
-@SpringBootApplication @Slf4j public class App {
11
+@SpringBootApplication @Slf4j public class App extends SpringBootServletInitializer {
12
public static void main(String[] args) {
13
ConfigurableApplicationContext ctx = SpringApplication.run(App.class, args);
14
0 commit comments