You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
411 B

2 years ago
2 years ago
  1. server.port=9000
  2. spring.thymeleaf.cache=false
  3. spring.jpa.hibernate.ddl-auto=update
  4. spring.datasource.url=jdbc:mariadb://localhost:3306/forogruas
  5. spring.datasource.username=root
  6. spring.datasource.password=
  7. spring.jpa.properties.hibernate.jdbc.time_zone=UTC
  8. spring.data.jpa.repositories.enabled=true
  9. spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl