supervisor
Controlling zookeeper with supervisor
|
|
Via
|
|
|
|
|
|
在pom.xml中增加以下配置信息。12345678910111213<project> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </build></project>