Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ management.server.port=7002
management.endpoints.web.base-path=/
spring.profiles.active=local
## database
#spring.datasource.hikari.jdbc-url=jdbc:mysql://localhost:3306/eventBridge?useUnicode=true&characterEncoding=utf8&useSSL=false
#spring.datasource.hikari.jdbc-url=jdbc:mysql://localhost:3306/eventBridge?useUnicode=true&characterEncoding=utf8&useSSL=false&connectTimeout=2000&socketTimeout=10000
#spring.datasource.hikari.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.hikari.username=xxxxx
#spring.datasource.hikari.password=xxxxx
Expand Down
2 changes: 1 addition & 1 deletion start/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ management.server.port=7002
management.endpoints.web.base-path=/
spring.profiles.active=local
## database
#spring.datasource.hikari.jdbc-url=jdbc:mysql://localhost:3306/eventBridge?useUnicode=true&characterEncoding=utf8&useSSL=false
#spring.datasource.hikari.jdbc-url=jdbc:mysql://localhost:3306/eventBridge?useUnicode=true&characterEncoding=utf8&useSSL=false&connectTimeout=2000&socketTimeout=10000
#spring.datasource.hikari.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.hikari.username=xxxxx
#spring.datasource.hikari.password=xxxxx
Expand Down
2 changes: 1 addition & 1 deletion start/src/test/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server.port=7001
management.server.port=7002
management.endpoints.web.base-path=/
## database
spring.datasource.url=jdbc:mysql://localhost:3306/rocketmq_eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false
spring.datasource.url=jdbc:mysql://localhost:3306/rocketmq_eventbridge?useUnicode=true&characterEncoding=utf8&useSSL=false&connectTimeout=2000&socketTimeout=10000
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.username=******
spring.datasource.password=******
Expand Down