commit | f45d2c82d263045fc95bb49fe6be3eb207004056 | [log] [tgz] |
---|---|---|
author | Daniel Qian <chanjarster@gmail.com> | 周三 9月 05 13:39:03 2018 +0800 |
committer | Daniel Qian <chanjarster@gmail.com> | 周三 9月 05 13:39:03 2018 +0800 |
tree | ea65e459015fe143a03c2d342f040442f1dcdf31 | |
parent | 1aa577b0edc006012851e017d612164c72dd656b [diff] [blame] |
添加环境变量: JDBC_URL, JDBC_PASSWORD, JDBC_USERNAME
diff --git a/uaa-service-testing.properties b/uaa-service-testing.properties index 1181368..4070c9a 100644 --- a/uaa-service-testing.properties +++ b/uaa-service-testing.properties
@@ -22,6 +22,8 @@ # datasource spring.datasource.url=jdbc:oracle:thin:@192.168.1.230:1521:dev +spring.datasource.username=idc_u_gearbox +spring.datasource.password=kingstar #连接池配置 spring.datasource.type=org.apache.commons.dbcp2.BasicDataSource