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.
47 lines
1.0 KiB
47 lines
1.0 KiB
server:
|
|
port: 8081
|
|
|
|
spring:
|
|
application:
|
|
name: ycloud-aipan
|
|
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://47.98.137.138:3306/ycloud-aipan?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
|
|
username: root
|
|
password: Yuan625621105
|
|
|
|
data:
|
|
redis:
|
|
host: 47.98.137.138
|
|
port: 6379
|
|
password: yuan625621105
|
|
|
|
|
|
# MyBatis-Plus配置
|
|
mybatis-plus:
|
|
# 全局配置
|
|
global-config:
|
|
# 数据库配置
|
|
db-config:
|
|
# 逻辑删除字段
|
|
logic-delete-field: del
|
|
# 逻辑删除值
|
|
logic-delete-value: 1
|
|
# 逻辑未删除值
|
|
logic-not-delete-value: 0
|
|
# 配置
|
|
configuration:
|
|
# 日志实现
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
# 驼峰命名转换
|
|
map-underscore-to-camel-case: true
|
|
|
|
|
|
# minio配置
|
|
minio:
|
|
endpoint: http://192.168.60.124:9000
|
|
access-key: minio_root
|
|
access-secret: minio_123456
|
|
bucket-name: ai-pan
|
|
avatar-bucket-name: avatar
|