From 0ae9a54f981067ea27ea7305723fb9536084ecdf Mon Sep 17 00:00:00 2001 From: qiaoqinzheng Date: Fri, 12 May 2023 09:57:34 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-dev.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml index 759fe978..3cdfbdca 100644 --- a/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml +++ b/jeecg-module-system/jeecg-system-start/src/main/resources/application-dev.yml @@ -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