This is an automated email from the ASF dual-hosted git repository.
wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git
The following commit(s) were added to refs/heads/master by this push:
new 0da2816 Use a random port for Spring Boot testcases (#1877)
0da2816 is described below
commit 0da281647a18e94313c7c1d62f40580af72301c2
Author: 吴伟杰 <[email protected]>
AuthorDate: Tue Apr 27 20:50:18 2021 +0800
Use a random port for Spring Boot testcases (#1877)
---
.../src/test/resources/application-snapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/src/test/resources/application-snapshot.yml
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/src/test/resources/application-snapshot.yml
index 022757b..64469a2 100644
---
a/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/src/test/resources/application-snapshot.yml
+++
b/elasticjob-lite/elasticjob-lite-spring/elasticjob-lite-spring-boot-starter/src/test/resources/application-snapshot.yml
@@ -17,7 +17,7 @@
elasticjob:
dump:
- port: 8888
+ port: 0
regCenter:
serverLists: localhost:18181
namespace: elasticjob-lite-spring-boot-starter