添加数据库删除标志、阿里云oss key
This commit is contained in:
@@ -55,6 +55,14 @@ spring:
|
|||||||
#mybatis
|
#mybatis
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:/mapper/**/*.xml
|
mapper-locations: classpath*:/mapper/**/*.xml
|
||||||
|
global-config:
|
||||||
|
#数据库相关配置
|
||||||
|
db-config:
|
||||||
|
#主键类型 AUTO:"数据库ID自增", INPUT:"用户输入ID", ID_WORKER:"全局唯一ID (数字类型唯一ID)", UUID:"全局唯一ID UUID";
|
||||||
|
id-type: AUTO
|
||||||
|
logic-delete-value: 1
|
||||||
|
logic-not-delete-value: 0
|
||||||
|
banner: false
|
||||||
#原生配置
|
#原生配置
|
||||||
configuration:
|
configuration:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
@@ -62,3 +70,10 @@ mybatis-plus:
|
|||||||
call-setters-on-nulls: true
|
call-setters-on-nulls: true
|
||||||
jdbc-type-for-null: 'null'
|
jdbc-type-for-null: 'null'
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
aliyun:
|
||||||
|
oss:
|
||||||
|
file:
|
||||||
|
endpoint: oss-cn-beijing.aliyuncs.com
|
||||||
|
keyid: LTAIiSMeo8ztauV5
|
||||||
|
keysecret: pVIYAOIFSUGg61lYfE8cjg2ZNpnLJA
|
||||||
|
bucketname: ehh-private-01
|
||||||
Reference in New Issue
Block a user