application.properties 662 B

1234567891011121314151617
  1. spring.datasource.url=jdbc:mysql://127.0.0.1/test?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&useSSL=true
  2. spring.datasource.username=root
  3. spring.datasource.password=root
  4. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  5. #spring.thymeleaf.check-template-location=true
  6. #spring.thymeleaf.prefix=classpath:/templates/
  7. #spring.thymeleaf.suffix=.html
  8. #spring.thymeleaf.mode=HTML
  9. #spring.thymeleaf.encoding=UTF-8
  10. #spring.thymeleaf.content-type=text/html
  11. spring.thymeleaf.cache=false
  12. spring.jpa.properties.hibernate.hbm2ddl.auto=update
  13. spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
  14. spring.jpa.show-sql= true