application.yml 348 B

1234567891011121314
  1. server:
  2. port: 8082
  3. spring:
  4. datasource:
  5. url: jdbc:mysql://localhost:3306/graphql-demo?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true&useSSL=false
  6. username: graphql
  7. password: graphql
  8. jpa:
  9. generate-ddl: true
  10. show-sql: true
  11. properties:
  12. hibernate:
  13. format_sql: true