mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
#164 Add main class required by the spring-boot-maven-plugin
This commit is contained in:
parent
a6e81a51a0
commit
e9f5f7b541
1 changed files with 4 additions and 0 deletions
|
@ -54,4 +54,8 @@ public class PetClinicApplication extends SpringBootServletInitializer {
|
|||
return application.sources(PetClinicApplication.class);
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue