Skip to content

Commit 1f353e1

Browse files
author
xuguang
committed
application.yml修改
1 parent 055ba9b commit 1f353e1

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

kafka-manager-core/src/test/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

kafka-manager-extends/kafka-manager-account/src/test/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

kafka-manager-extends/kafka-manager-bpm/src/test/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

kafka-manager-extends/kafka-manager-kcm/src/test/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://localhost:3306/logi_kafka_manager?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
1818
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver

kafka-manager-extends/kafka-manager-monitor/src/test/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

kafka-manager-extends/kafka-manager-openapi/src/test/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

kafka-manager-web/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spring:
1313
active: dev
1414
datasource:
1515
kafka-manager:
16-
jdbc-url: jdbc:mysql://10.190.7.220:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
16+
jdbc-url: jdbc:mysql://localhost:3306/user_test?characterEncoding=UTF-8&useSSL=false&serverTimezone=GMT%2B8
1717
username: root
18-
password: 2PHCnL6RRM
18+
password: 123456
1919
driver-class-name: com.mysql.cj.jdbc.Driver
2020
main:
2121
allow-bean-definition-overriding: true

0 commit comments

Comments
 (0)