Skip to content

Commit f79e7f9

Browse files
author
Dave Syer
committed
Make sure MySQL test app works
1 parent 1f89996 commit f79e7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/samples/petclinic/MysqlTestApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static MySQLContainer<?> container() {
4040
}
4141

4242
public static void main(String[] args) {
43-
SpringApplication.run(PetClinicApplication.class, "--spring.profiles.active=mysql");
43+
SpringApplication.run(PetClinicApplication.class, "--spring.profiles.active=mysql", "--spring.docker.compose.enabled=false");
4444
}
4545

4646
}

0 commit comments

Comments
 (0)