Skip to content

Commit

Permalink
修改启动main类名称,以便区分
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan3058 committed Jan 26, 2018
1 parent 8bd36c1 commit af55e04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
@Configuration
@EnableAutoConfiguration
@ComponentScan
public class Application {
public class ApplicationCodebuildWeb {

public static void main(String[] args) throws Exception {
SpringApplication.run(Application.class, args);
SpringApplication.run(ApplicationCodebuildWeb.class, args);
}
}

0 comments on commit af55e04

Please sign in to comment.