feat:配置文件修改

This commit is contained in:
qiaoqinzheng 2023-05-12 09:57:34 +08:00
parent 85b7a789c3
commit 0ae9a54f98

View File

@ -131,22 +131,22 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
url: jdbc:mysql://182.92.183.230:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: qiao
url: jdbc:mysql://82.157.234.81:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置
# ora:
# url: jdbc:oracle:thin:@192.168.8.139:1521:ORCL
# username: configuration
# password: 123456
# driver-class-name: oracle.jdbc.OracleDriver
ora:
url: jdbc:oracle:thin:@82.157.234.81:1521:configuratio
username: configuration
password: 123456
driver-class-name: oracle.jdbc.OracleDriver
#redis 配置
redis:
database: 0
host: 127.0.0.1
port: 6379
#password: ''
password: ''
#mybatis plus 设置
mybatis-plus:
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml