mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
fix main issues
This commit is contained in:
parent
85fbea5e8e
commit
37795d617a
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@ import java.util.Locale;
|
|||
@ImportRuntimeHints(PetClinicRuntimeHints.class)
|
||||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
printStartupMessage();
|
||||
|
|
Loading…
Reference in a new issue