mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Changes
This commit is contained in:
parent
11d0ed4358
commit
0a1686de67
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Starting and Checking jenkin");
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue