mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update PetClinicApplication.java
This commit is contained in:
parent
cf295b9297
commit
ada7a273a2
1 changed files with 9 additions and 0 deletions
|
@ -35,3 +35,12 @@ 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