mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-11 17:01:11 +00:00
added mysql profile to main class
This commit is contained in:
parent
a4fcf04c93
commit
a659a7b99f
1 changed files with 2 additions and 1 deletions
|
|
@ -30,7 +30,8 @@ import org.springframework.context.annotation.ImportRuntimeHints;
|
|||
public class PetClinicApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(PetClinicApplication.class, args);
|
||||
SpringApplication.run(PetClinicApplication.class, "--spring.profiles.active=mysql",
|
||||
"--spring.docker.compose.enabled=false");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue