Remove redundant throws Exception
This commit is contained in:
@@ -29,7 +29,7 @@ public class SampleWebStaticApplication extends SpringBootServletInitializer {
|
||||
return application.sources(SampleWebStaticApplication.class);
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SampleWebStaticApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user