mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
new stuff
This commit is contained in:
parent
ced6ed9d30
commit
457530b0b7
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("Change in project for new version");
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue