Modificaciones application.properties

parent 9bde4f4d
Showing with 3 additions and 0 deletions
...@@ -4,3 +4,5 @@ spring.datasource.password=root ...@@ -4,3 +4,5 @@ spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=update spring.jpa.hibernate.ddl-auto=update
spring.profiles.active=test spring.profiles.active=test
spring.jpa.properties.javax.persistence.schema-generation.database.action: drop-and-create spring.jpa.properties.javax.persistence.schema-generation.database.action: drop-and-create
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.jpa.show-sql=true
\ 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