Remove redundant throws Exception
This commit is contained in:
@@ -47,7 +47,7 @@ public class SampleSecureApplication implements CommandLineRunner {
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(SampleSecureApplication.class, "--debug");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user