Skip to content
Snippets Groups Projects
Select Git revision
  • a7131719c03ebd08645d1206199d3cb426754299
  • main default protected
  • Release_3
  • Release_2
  • microservices_split
  • Release_1
6 results

application.properties

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    application.properties 568 B
    spring.application.name=roomBooking
    spring.jpa.hibernate.ddl-auto=update
    spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
    spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/RoomsBooking?createDatabaseIfNotExist=true
    spring.datasource.username=user
    spring.datasource.password=password
    spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
    
    # Usar esto para alternar entre las exposición del room repository ya que no es necesario su uso pero por defecto, al no cubrir su ruta, se expone
    # spring.data.rest.base-path=false