mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +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)
|
@ImportRuntimeHints(PetClinicRuntimeHints.class)
|
||||||
public class PetClinicApplication {
|
public class PetClinicApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
SpringApplication.run(PetClinicApplication.class, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(PetClinicApplication.class, args);
|
SpringApplication.run(PetClinicApplication.class, args);
|
||||||
printStartupMessage();
|
printStartupMessage();
|
||||||
|
|
Loading…
Reference in a new issue