|
|
|
@ -56,3 +56,8 @@ mybatis-plus:
|
|
|
|
|
mapper-locations: classpath*:mapper/**/*.xml
|
|
|
|
|
configuration:
|
|
|
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
|
|
|
minio:
|
|
|
|
|
url: http://192.168.10.138:9002
|
|
|
|
|
accessKey: admin
|
|
|
|
|
secretKey: 12345678
|
|
|
|
|
bucketName: virtual-patient-bucket-test
|