Commit a86a5450 by Antonio Rueda

Base de datos para testing cambiada a h2

parent 41035163
Showing with 3 additions and 1 deletions
## Fichero de configuración para UjaCoin durante testing
spring.datasource.url: jdbc:mysql://localhost:33060/ujacoin_test
# spring.datasource.url: jdbc:mysql://localhost:33060/ujacoin_test
spring.datasource.url: jdbc:h2:mem:ujacoin_test;MODE=MYSQL;DATABASE_TO_LOWER=TRUE;DB_CLOSE_DELAY=-1
spring.jpa.properties.javax.persistence.schema-generation.database.action: drop-and-create
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment