From abcae46436850aa819fb1cee8861d21d9b01d686 Mon Sep 17 00:00:00 2001 From: xierz Date: Tue, 22 Dec 2020 10:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=BA=BF=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 3ca367ac..be37364a 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -10,7 +10,7 @@ spring: datasource: driver-class-name: oracle.jdbc.driver.OracleDriver url: jdbc:oracle:thin:@192.168.0.7:1521:helowin - username: mcms + username: mcms_dev_1 password: mcms filters: wall,mergeStat type: com.alibaba.druid.pool.DruidDataSource