perf(application.properties): eliminada configuración bbdd H2 y añadida bbdd MongoDB

parent a2ac34db
Showing with 3 additions and 10 deletions
spring.application.name=AppRecetas spring.application.name=AppRecetas
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console spring.data.mongodb.uri=mongodb+srv://amaf0001:mongo.25Atlas@cluster0.yadfl4f.mongodb.net/db_recetas?retryWrites=true&w=majority&appName=Cluster0
spring.datasource.url=jdbc:h2:mem:app_recetas spring.data.mongodb.auto-index-creation=true
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.username=user
spring.datasource.password=
hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
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