mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Update PetClinicApplication.java
This commit is contained in:
parent
6fa3fa8196
commit
a1cceb2e08
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ import java.util.Locale;
|
|||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// comment
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue