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 fade0ab + 74da1ca commit ac62b5eCopy full SHA for ac62b5e
scheduled/src/main/java/info/xiaomo/scheduled/ScheduledMain.java
@@ -19,7 +19,7 @@
19
* github: https://github.com/xiaomoinfo
20
* email: [email protected]
21
* <p>
22
- * Date: 2016/4/1 15:38
+ * Date: 2016/4/1 15:31
23
* Description: 任务启动器
24
* Copyright(©) 2015 by xiaomo.
25
**/
@@ -29,7 +29,7 @@
29
@EnableScheduling
30
@EnableAsync
31
public class ScheduledMain {
32
- public static void main(String[] args) throws Exception {
+ public static void main(String[] args) {
33
SpringApplication.run(ScheduledMain.class, args);
34
}
35
0 commit comments