Showing
1 changed file
with
8 additions
and
9 deletions
@@ -5,14 +5,13 @@ spring: | @@ -5,14 +5,13 @@ spring: | ||
5 | name: ash | 5 | name: ash |
6 | main: | 6 | main: |
7 | allow-bean-definition-overriding: true | 7 | allow-bean-definition-overriding: true |
8 | - allow-circular-references: true | ||
9 | profiles: | 8 | profiles: |
10 | active: default | 9 | active: default |
11 | datasource: | 10 | datasource: |
12 | - url: jdbc:mysql://10.9.1.252:3306/ash?useSSL=false&autoReconnect=true&characterEncoding=utf8 | 11 | + url: jdbc:mysql://53.1.236.89:3306/ash?useSSL=false&autoReconnect=true&characterEncoding=utf8 |
13 | driver-class-name: com.mysql.cj.jdbc.Driver | 12 | driver-class-name: com.mysql.cj.jdbc.Driver |
14 | - username: qixiao | ||
15 | - password: qixiao123!@# | 13 | + username: root |
14 | + password: zaq1,lp- | ||
16 | type: com.alibaba.druid.pool.DruidDataSource | 15 | type: com.alibaba.druid.pool.DruidDataSource |
17 | druid: | 16 | druid: |
18 | initial-size: 5 | 17 | initial-size: 5 |
@@ -26,9 +25,11 @@ spring: | @@ -26,9 +25,11 @@ spring: | ||
26 | test-on-return: true | 25 | test-on-return: true |
27 | test-while-idle: true | 26 | test-while-idle: true |
28 | redis: | 27 | redis: |
29 | - cluster: | ||
30 | - nodes: 10.9.1.252:16380 | ||
31 | - password: qixiao@123.com | 28 | + # cluster: |
29 | + # nodes: 10.9.1.252:16380 | ||
30 | + password: zaq1,lp- | ||
31 | + host: 53.1.236.89 | ||
32 | + port: 36379 | ||
32 | timeout: 3000 | 33 | timeout: 3000 |
33 | servlet: | 34 | servlet: |
34 | multipart: | 35 | multipart: |
@@ -51,8 +52,6 @@ logging: | @@ -51,8 +52,6 @@ logging: | ||
51 | ash: | 52 | ash: |
52 | # errorFilePath: D:/data/errorData | 53 | # errorFilePath: D:/data/errorData |
53 | errorFilePath: /web/errorData | 54 | errorFilePath: /web/errorData |
54 | - wiAnalysisUrl: http://10.124.9.44:9098/review/infoAnalyse | ||
55 | - caseAnalysisUrl: http://10.124.9.44:9098/review/caseAnalyse | ||
56 | auth: | 55 | auth: |
57 | enable: false | 56 | enable: false |
58 | white: | 57 | white: |