選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
-
- spring:
- datasource:
- jdbc-url: jdbc:mysql://192.168.1.228:3306/fhsmscdb?useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8
- username: root
- password: secret
- driver-class-name: com.mysql.cj.jdbc.Driver
- springdoc:
- api-docs:
- path: /v3/api-docs
- enabled: true
|