修正数据库地址 130.120.3.105 为 130.120.2.105

This commit is contained in:
zhouxiunai
2019-02-13 14:16:02 +08:00
parent 0b806853ff
commit 5abdef5377
+1 -1
View File
@@ -23,7 +23,7 @@ spring:
password: ommsxc
#url: jdbc:oracle:thin:@130.120.3.236:1521/xe
#url: jdbc:oracle:thin:@130.120.3.31:1521/orcl
url: jdbc:oracle:thin:@130.120.3.105:1521/orcl
url: jdbc:oracle:thin:@130.120.2.105:1521/orcl
driver: oracle.jdbc.driver.OracleDriver
max-active: 30
test-on-borrow: true