| 1234567891011121314151617181920212223 |
- server:
- port: 8080
- spring:
- datasource:
- url: jdbc:mysql://localhost:3306/gitlab?useUnicode=true&characterEncoding=UTF-8&useSSL=false
- username: root
- password: NJU67mysql
- driver-class-name: com.mysql.jdbc.Driver
- jpa:
- database-platform: org.hibernate.dialect.MySQL57InnoDBDialect
- hibernate:
- naming:
- physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
- ddl-auto: update
- gitlab:
- host: http://gitlab.seecoder.cn
- username: root
- token: Y4LjwFez_VF4fHFbeRmK
- administrator: root
- email: noreply@mooc.com
|