|
@@ -37,7 +37,7 @@ spring:
|
|
|
# 国际化资源文件路径
|
|
|
basename: i18n/messages
|
|
|
profiles:
|
|
|
- active: prod
|
|
|
+ active: dev
|
|
|
# 文件上传
|
|
|
servlet:
|
|
|
multipart:
|
|
@@ -78,7 +78,7 @@ mybatis-plus:
|
|
|
cache-enabled: false
|
|
|
call-setters-on-nulls: true
|
|
|
jdbc-type-for-null: 'null'
|
|
|
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql日志
|
|
|
+ #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql日志
|
|
|
configuration-properties:
|
|
|
prefix:
|
|
|
blobType: blob
|