Skip to content

Commit ac62b5e

Browse files
authored
Merge pull request houko#16 from xiaomoinfo/master
md
2 parents fade0ab + 74da1ca commit ac62b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduled/src/main/java/info/xiaomo/scheduled/ScheduledMain.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* github: https://github.com/xiaomoinfo
2020
2121
* <p>
22-
* Date: 2016/4/1 15:38
22+
* Date: 2016/4/1 15:31
2323
* Description: 任务启动器
2424
* Copyright(©) 2015 by xiaomo.
2525
**/
@@ -29,7 +29,7 @@
2929
@EnableScheduling
3030
@EnableAsync
3131
public class ScheduledMain {
32-
public static void main(String[] args) throws Exception {
32+
public static void main(String[] args) {
3333
SpringApplication.run(ScheduledMain.class, args);
3434
}
3535

0 commit comments

Comments
 (0)