mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +00:00
Update PetClinicApplication.java
This commit is contained in:
parent
ada7a273a2
commit
d62c624938
1 changed files with 0 additions and 8 deletions
|
@ -35,12 +35,4 @@ public class PetClinicApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@SpringBootApplication
|
|
||||||
@ImportRuntimeHints(PetClinicRuntimeHints.class)
|
|
||||||
public class PetClinicApplication {
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
SpringApplication.run(PetClinicApplication.class, args);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue