mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
Add this application
This commit is contained in:
parent
d8fcd11e67
commit
59cb094b35
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ import java.util.Locale;
|
|||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("This is Good Web App");
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue