mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 10:19:03 +00:00
Remove redundant throws Exception
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ public class SampleMethodSecurityApplication implements WebMvcConfigurer {
|
||||
registry.addViewController("/access").setViewName("access");
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
public static void main(String[] args) {
|
||||
new SpringApplicationBuilder(SampleMethodSecurityApplication.class).run(args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user