|
|
# 日志配置
|
|
logging:
|
|
level:
|
|
com.ruoyi: debug
|
|
org.springframework: warn
|
|
|
|
# Spring配置
|
|
spring:
|
|
# 资源信息
|
|
messages:
|
|
# 国际化资源文件路径
|
|
basename: i18n/messages
|
|
profiles:
|
|
active: druid
|
|
# 文件上传
|
|
servlet:
|
|
multipart:
|
|
# 单个文件大小
|
|
max-file-size: 10MB
|
|
# 设置总上传的文件大小
|
|
max-request-size: 20MB
|
|
datasource:
|
|
dynamic:
|
|
datasource:
|
|
master:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://localhost:3306/dliip?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
#url: jdbc:mysql://172.26.26.2:3306/dliip?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: atia2018
|
|
slave:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://localhost:3306/dliip?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
username: root
|
|
password: atia2018-fff
|
|
# 服务模块
|
|
devtools:
|
|
restart:
|
|
# 热部署开关
|
|
enabled: true
|
|
|
|
|
|
|
|
# MyBatis配置
|
|
mybatis:
|
|
# 搜索指定包别名
|
|
typeAliasesPackage: com.dliip.**.domain
|
|
# 配置mapper的扫描,找到所有的mapper.xml映射文件
|
|
mapperLocations: classpath*:mapper/**/*Mapper.xml
|
|
# 加载全局的配置文件
|
|
configLocation: classpath:mybatis/mybatis-config.xml
|
|
|
|
# PageHelper分页插件
|
|
pagehelper:
|
|
helperDialect: mysql
|
|
supportMethodsArguments: true
|
|
params: count=countSql
|
|
|
|
sftp:
|
|
ip: 127.0.0.44
|
|
port: 21
|
|
username: ftpuser
|
|
password: atia2018
|
|
isImplicit: 1
|