選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

12 行
300 B

  1. spring:
  2. datasource:
  3. jdbc-url: jdbc:mysql://192.168.1.228: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