Commit 0861490b by María Hidalgo

base de datos H2 en application-test.properties

parent 42111c60
......@@ -5,4 +5,7 @@ spring.jpa.hibernate.ddl-auto=create
spring.jpa.generate-ddl=true
spring.jpa.hibernate.ddl-auto=update
logging.level.org.springframework.transaction.interceptor=TRACE
spring.jpa.properties.jakarta.persistence.schema-generation.database.action= drop-and-create
\ No newline at end of file
spring.datasource.url = jdbc:h2:mem:ujacoin_test;MODE=MYSQL;DATABASE_TO_LOWER=TRUE;DB_CLOSE_DELAY=-1
spring.jpa.properties.jakarta.persistence.schema-generation.database.action = drop-and-create
\ No newline at end of file
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