application.yml 463 B

12345678910111213141516171819
  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
  14. rest:
  15. api:
  16. users-endpoint: http://localhost:8083/users/
  17. goods-endpoint: http://localhost:8081/goods/