mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-11 17:01:11 +00:00
Fix main method for docker compose
This commit is contained in:
parent
ab1d5364a0
commit
a4fcf04c93
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class PetClinicIntegrationTests {
|
|||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
SpringApplication.run(PetClinicApplication.class, "--spring.docker.compose.lifecycle-management=NONE");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue