mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 11:22:48 +00:00
Make sure MySQL test app works
This commit is contained in:
parent
1f89996e1f
commit
aa2273e955
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ public class MysqlTestApplication {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(PetClinicApplication.class, "--spring.profiles.active=mysql");
|
SpringApplication.run(PetClinicApplication.class, "--spring.profiles.active=mysql",
|
||||||
|
"--spring.docker.compose.enabled=false");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue