正在显示
1 个修改的文件
包含
0 行增加
和
150 行删除
@@ -19,156 +19,6 @@ spring: | @@ -19,156 +19,6 @@ spring: | ||
19 | date-format: yyyy-MM-dd HH:mm:ss | 19 | date-format: yyyy-MM-dd HH:mm:ss |
20 | joda-date-time-format: yyyy-MM-dd HH:mm:ss | 20 | joda-date-time-format: yyyy-MM-dd HH:mm:ss |
21 | time-zone: GMT+8 | 21 | time-zone: GMT+8 |
22 | - datasource: | ||
23 | - primary: | ||
24 | - driver-class-name: com.mysql.jdbc.Driver | ||
25 | - url: jdbc:mysql://10.1.1.86:3306/amazon_report_crawler?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
26 | - username: amazon_report_crawler | ||
27 | - password: amazon_report_crawler@Aukeys2017 | ||
28 | - | ||
29 | - max-active: 50 | ||
30 | - min-idle: 5 | ||
31 | - initial-size: 5 | ||
32 | - max-wait: 10000 | ||
33 | - validation-query: SELECT 1 FROM DUAL | ||
34 | - test-on-borrow: true | ||
35 | - test-while-idle: true | ||
36 | - time-between-eviction-runs-millis: 20000 | ||
37 | - | ||
38 | - productms: | ||
39 | - driver-class-name: com.mysql.jdbc.Driver | ||
40 | - url: jdbc:mysql://10.1.1.86:3306/product_ms?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true | ||
41 | - username: proms | ||
42 | - password: proms149&qa2 | ||
43 | - | ||
44 | - max-active: 20 | ||
45 | - min-idle: 2 | ||
46 | - initial-size: 2 | ||
47 | - max-wait: 10000 | ||
48 | - validation-query: SELECT 1 FROM DUAL | ||
49 | - test-on-borrow: true | ||
50 | - test-while-idle: true | ||
51 | - time-between-eviction-runs-millis: 20000 | ||
52 | - | ||
53 | - fbastock: | ||
54 | - driver-class-name: com.mysql.jdbc.Driver | ||
55 | - url: jdbc:mysql://10.1.1.86:3306/fba_stock?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true | ||
56 | - username: xmdo | ||
57 | - password: xmdao123#li | ||
58 | - | ||
59 | - max-active: 20 | ||
60 | - min-idle: 2 | ||
61 | - initial-size: 2 | ||
62 | - max-wait: 10000 | ||
63 | - validation-query: SELECT 1 FROM DUAL | ||
64 | - test-on-borrow: true | ||
65 | - test-while-idle: true | ||
66 | - time-between-eviction-runs-millis: 20000 | ||
67 | - | ||
68 | - financialplatformsalesstockout: | ||
69 | - driver-class-name: com.mysql.jdbc.Driver | ||
70 | - url: jdbc:mysql://10.1.1.86:3306/financial_platform_income_2018?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
71 | - username: financial_platform | ||
72 | - password: financial_platform_income@Aukey#2018 | ||
73 | - | ||
74 | - max-active: 20 | ||
75 | - min-idle: 2 | ||
76 | - initial-size: 2 | ||
77 | - max-wait: 10000 | ||
78 | - validation-query: SELECT 1 FROM DUAL | ||
79 | - test-on-borrow: true | ||
80 | - test-while-idle: true | ||
81 | - time-between-eviction-runs-millis: 20000 | ||
82 | - | ||
83 | - infra: | ||
84 | - driver-class-name: com.mysql.jdbc.Driver | ||
85 | - url: jdbc:mysql://10.1.1.86:3306/kingdee_infra?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
86 | - username: kingdee_infra | ||
87 | - password: kingdee@Infra91 | ||
88 | - | ||
89 | - max-active: 20 | ||
90 | - min-idle: 2 | ||
91 | - initial-size: 2 | ||
92 | - max-wait: 10000 | ||
93 | - validation-query: SELECT 1 FROM DUAL | ||
94 | - test-on-borrow: true | ||
95 | - test-while-idle: true | ||
96 | - time-between-eviction-runs-millis: 20000 | ||
97 | - | ||
98 | - financialPlatformSalesStockOutData: | ||
99 | - driver-class-name: com.mysql.jdbc.Driver | ||
100 | - url: jdbc:mysql://10.1.1.86:3306/financial_platform_sales_stock_out?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
101 | - username: financial_platform | ||
102 | - password: financial_platform_income@Aukey#2018 | ||
103 | - | ||
104 | - max-active: 20 | ||
105 | - min-idle: 2 | ||
106 | - initial-size: 2 | ||
107 | - max-wait: 10000 | ||
108 | - validation-query: SELECT 1 FROM DUAL | ||
109 | - test-on-borrow: true | ||
110 | - test-while-idle: true | ||
111 | - time-between-eviction-runs-millis: 20000 | ||
112 | - | ||
113 | - edsqlserver: | ||
114 | - driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver | ||
115 | - url: jdbc:sqlserver://10.1.1.123:1433;DatabaseName=AukeysOrder | ||
116 | - username: AukeyFinance | ||
117 | - password: aukeys@123 | ||
118 | - | ||
119 | - max-active: 20 | ||
120 | - min-idle: 2 | ||
121 | - initial-size: 2 | ||
122 | - max-wait: 10000 | ||
123 | - validation-query: SELECT 1 | ||
124 | - test-on-borrow: false | ||
125 | - test-while-idle: true | ||
126 | - time-between-eviction-runs-millis: 20000 | ||
127 | - | ||
128 | - overseashipments: | ||
129 | - driver-class-name: com.mysql.jdbc.Driver | ||
130 | - url: jdbc:mysql://10.1.1.86:3306/oversea_shipments?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
131 | - username: bya_reader | ||
132 | - password: BYA@aukey2018 | ||
133 | - | ||
134 | - max-active: 20 | ||
135 | - min-idle: 2 | ||
136 | - initial-size: 2 | ||
137 | - max-wait: 10000 | ||
138 | - validation-query: SELECT 1 FROM DUAL | ||
139 | - test-on-borrow: false | ||
140 | - test-while-idle: true | ||
141 | - time-between-eviction-runs-millis: 20000 | ||
142 | - | ||
143 | - by-auto-crawler: | ||
144 | - driver-class-name: com.mysql.jdbc.Driver | ||
145 | - url: jdbc:mysql://139.9.35.109:3306/by_auto_crawler?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&autoReconnect=true | ||
146 | - username: yecai_user | ||
147 | - password: KE!^r69%V^v8 | ||
148 | - | ||
149 | - max-active: 20 | ||
150 | - min-idle: 2 | ||
151 | - initial-size: 2 | ||
152 | - max-wait: 10000 | ||
153 | - validation-query: SELECT 1 FROM DUAL | ||
154 | - test-on-borrow: false | ||
155 | - test-while-idle: true | ||
156 | - time-between-eviction-runs-millis: 20000 | ||
157 | - | ||
158 | - newoverseaselfshipment: | ||
159 | - driver-class-name: com.mysql.jdbc.Driver | ||
160 | - url: jdbc:mysql://10.1.1.86:3306/oversea_self_shipment_order_center?useUnicode=true&characterEncoding=utf8&useSSL=true&allowMultiQueries=true&autoReconnect=true | ||
161 | - username: overseaf_test | ||
162 | - password: oversea@2020Tx | ||
163 | - | ||
164 | - max-active: 20 | ||
165 | - min-idle: 2 | ||
166 | - initial-size: 2 | ||
167 | - max-wait: 10000 | ||
168 | - validation-query: SELECT 1 FROM DUAL | ||
169 | - test-on-borrow: false | ||
170 | - test-while-idle: true | ||
171 | - time-between-eviction-runs-millis: 20000 | ||
172 | 22 | ||
173 | resources: | 23 | resources: |
174 | static-locations: classpath:/static/,classpath:/views/ | 24 | static-locations: classpath:/static/,classpath:/views/ |
-
请 注册 或 登录 后发表评论