You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 regels
296 B

  1. spring:
  2. datasource:
  3. jdbc-url: jdbc:mysql://127.0.0.1:3308/fhsmscdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
  4. username: root
  5. password: secret
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. springdoc:
  8. api-docs:
  9. path: /v3/api-docs
  10. enabled: true