You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
server:
|
|
|
|
|
port: 7088
|
|
|
|
|
|
|
|
|
|
spring:
|
|
|
|
|
datasource:
|
|
|
|
|
dynamic:
|
|
|
|
|
primary: master
|
|
|
|
|
datasource:
|
|
|
|
|
master:
|
|
|
|
|
driverClassName: com.mysql.cj.jdbc.Driver
|
|
|
|
|
password: Itc@123456
|
|
|
|
|
url: jdbc:mysql://172.16.204.50:3306/ai_evaluator?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true
|
|
|
|
|
username: root
|
|
|
|
|
# Redis
|
|
|
|
|
data:
|
|
|
|
|
redis:
|
|
|
|
|
host: 172.16.204.50
|
|
|
|
|
port: 6379
|
|
|
|
|
password: 123456
|
|
|
|
|
database: 3
|
|
|
|
|
timeout: 5000ms
|
|
|
|
|
lettuce:
|
|
|
|
|
pool:
|
|
|
|
|
max-active: 8
|
|
|
|
|
max-idle: 30
|
|
|
|
|
max-wait: 10000
|
|
|
|
|
min-idle: 10
|
|
|
|
|
jpa:
|
|
|
|
|
hibernate:
|
|
|
|
|
ddl-auto: update
|
|
|
|
|
naming:
|
|
|
|
|
physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
|
|
|
|
|
properties:
|
|
|
|
|
hibernate:
|
|
|
|
|
dialect: org.hibernate.dialect.MySQL8Dialect
|
|
|
|
|
show-sql: true
|
|
|
|
|
# 上传下载限制
|
|
|
|
|
servlet:
|
|
|
|
|
multipart:
|
|
|
|
|
max-file-size: 100MB
|
|
|
|
|
max-request-size: 100MB
|
|
|
|
|
jackson:
|
|
|
|
|
generator:
|
|
|
|
|
write-numbers-as-strings: true
|
|
|
|
|
minio:
|
|
|
|
|
endpoint: ${MINIO_ENDPOINT:http://172.16.124.14:9000}
|
|
|
|
|
accessKey: ${MINIO_ASSESSKEY:X42cCp42U4BSJHPAV1Aq}
|
|
|
|
|
secretKey: ${MINIO_SECRETKEY:099NCOOSklhJyeJE6C73YxbbUT4Y4dRJK0RafAgv}
|
|
|
|
|
bucket: ${MINIO_BUCKET:proposalworkshop}
|
|
|
|
|
mybatis-plus:
|
|
|
|
|
configuration:
|
|
|
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
mapper-locations: classpath*:mapper/**/*.xml
|
|
|
|
|
type-aliases-package: com.proposal.**.domain.entity
|
|
|
|
|
|
|
|
|
|
milvus:
|
|
|
|
|
host: 172.16.204.50
|
|
|
|
|
port: 19530
|