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

12 行
295 B

  1. spring:
  2. datasource:
  3. jdbc-url: jdbc:mysql://127.0.0.1:3308/pet_app?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