|
|
|
@ -25,7 +25,7 @@ spring:
|
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
|
|
druid:
|
|
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
url: jdbc:mysql://192.168.10.138:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
url: jdbc:mysql://virtual-patient-mysql:3306/virtual_patient?useUnicode=true&characterEncoding=utf-8&useSSL=true&nullCatalogMeansCurrent=true&serverTimezone=GMT%2B8
|
|
|
|
|
username: root
|
|
|
|
|
password: '123456'
|
|
|
|
|
initial-size: 5 # 初始化大小
|
|
|
|
@ -55,4 +55,10 @@ spring:
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
mapper-locations: classpath*:mapper/**/*.xml
|
|
|
|
|
configuration:
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
|
|
|
|
|
minio:
|
|
|
|
|
url: http://virtual-patient-minio:9002
|
|
|
|
|
accessKey: admin
|
|
|
|
|
secretKey: 12345678
|
|
|
|
|
bucketName: virtual-patient-bucket-prod
|