Commit 688e0877 by 王仕雄

Merge branch 'wangsx' into 'master'

Wangsx

See merge request !5
2 parents e524c05e ba33c197
...@@ -19,6 +19,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement; ...@@ -19,6 +19,10 @@ import org.springframework.transaction.annotation.EnableTransactionManagement;
public class BootdoApplication { public class BootdoApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(BootdoApplication.class, args); SpringApplication.run(BootdoApplication.class, args);
System.out.println("启动咯,wangsx333........");
System.out.println("启动咯,wangsx222........");
System.out.println("启动咯,wangsx1111");
System.out.println("启动咯,wangsx9999");
System.out.println("启动咯,我是105添加的哦"); System.out.println("启动咯,我是105添加的哦");
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!