Cambio Prueba 2

This commit is contained in:
Humberto Ramirez 2018-10-11 16:21:29 -05:00 committed by humberto.ramirez
parent a1641eea66
commit 28d03ff713
2 changed files with 2 additions and 2 deletions

View file

@ -4,6 +4,6 @@ mysql:
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=test
- MYSQL_DATABASE=test
volumes:
- "./conf.d:/etc/mysql/conf.d:ro"

View file

@ -6,7 +6,7 @@
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>1.5.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>