application.yml 588 B

1234567891011121314151617181920212223
  1. server:
  2. port: 8080
  3. spring:
  4. datasource:
  5. url: jdbc:mysql://localhost:3306/gitlab?useUnicode=true&characterEncoding=UTF-8&useSSL=false
  6. username: root
  7. password: NJU67mysql
  8. driver-class-name: com.mysql.jdbc.Driver
  9. jpa:
  10. database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
  11. hibernate:
  12. naming:
  13. physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
  14. ddl-auto: update
  15. gitlab:
  16. host: http://gitlab.seecoder.cn
  17. username: root
  18. token: Y4LjwFez_VF4fHFbeRmK
  19. administrator: root
  20. email: noreply@mooc.com