Fix import

pull/8647/merge
Stephane Nicoll 8 years ago
parent da7287322b
commit 698aa94cb4

@ -17,7 +17,7 @@
package sample;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
public class SampleWlpDeployApplication extends SpringBootServletInitializer {

Loading…
Cancel
Save