Commit 3b86fa40e996b1b4d016aaefc8c9bb00d46067a3
1 parent
3ff95dd6cf
Exists in
master
and in
1 other branch
add data import : basic config
Showing 4 changed files with 10 additions and 28 deletions
platform-data-api/src/main/resources/database.properties
View file @
3b86fa4
... | ... | @@ -9,4 +9,13 @@ |
9 | 9 | mysql.maxwait=300 |
10 | 10 | mysql.maxactive=300 |
11 | 11 | mysql.validationquery=SELECT 1 FROM DUAL |
12 | + | |
13 | +earlydata.driver=oracle.jdbc.driver.OracleDriver | |
14 | +earlydata.jdbcurl=jdbc:oracle:thin:@119.90.57.27:1521:orcl | |
15 | +earlydata.username=LYMS_21 | |
16 | +earlydata.password=LYMS_21 | |
17 | + | |
18 | +earlydata.maxpoolsize=5 | |
19 | +earlydata.initialpoolsize=2 | |
20 | +earlydata.minpoolsize=2 |
platform-resource/resources/config-dev.properties
View file @
3b86fa4
... | ... | @@ -15,13 +15,4 @@ |
15 | 15 | mysql.db.password=platform123 |
16 | 16 | mysql.driver=com.mysql.jdbc.Driver |
17 | 17 | mysql.jdbcurl=jdbc:mysql://192.168.5.250:3306/platform?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 |
18 | - | |
19 | -earlydata.driver=oracle.jdbc.driver.OracleDriver | |
20 | -earlydata.jdbcurl=jdbc:oracle:thin:@119.90.57.27:1521:orcl | |
21 | -earlydata.username=LYMS_21 | |
22 | -earlydata.password=LYMS_21 | |
23 | - | |
24 | -earlydata.maxpoolsize=5 | |
25 | -earlydata.initialpoolsize=2 | |
26 | -earlydata.minpoolsize=2 |
platform-resource/resources/config-product.properties
View file @
3b86fa4
... | ... | @@ -11,13 +11,4 @@ |
11 | 11 | mysql.maxpoolsize=5 |
12 | 12 | mysql.initialpoolsize=2 |
13 | 13 | mysql.minpoolsize=2 |
14 | - | |
15 | -earlydata.driver=oracle.jdbc.driver.OracleDriver | |
16 | -earlydata.jdbcurl=jdbc:oracle:thin:@119.90.57.27:1521:orcl | |
17 | -earlydata.username=LYMS_21 | |
18 | -earlydata.password=LYMS_21 | |
19 | - | |
20 | -earlydata.maxpoolsize=5 | |
21 | -earlydata.initialpoolsize=2 | |
22 | -earlydata.minpoolsize=2 |
platform-resource/resources/config-test.properties
View file @
3b86fa4
... | ... | @@ -23,13 +23,4 @@ |
23 | 23 | mysql.initialpoolsize=2 |
24 | 24 | mysql.minpoolsize=2 |
25 | 25 | redis.servers=localhost:6379 |
26 | - | |
27 | -earlydata.driver=oracle.jdbc.driver.OracleDriver | |
28 | -earlydata.jdbcurl=jdbc:oracle:thin:@119.90.57.27:1521:orcl | |
29 | -earlydata.username=LYMS_21 | |
30 | -earlydata.password=LYMS_21 | |
31 | - | |
32 | -earlydata.maxpoolsize=5 | |
33 | -earlydata.initialpoolsize=2 | |
34 | -earlydata.minpoolsize=2 |