hippo-4j core changed the name to hippo-4j config (#532)

1.4.0
chen.ma 2 years ago
parent 1bf74be425
commit fe32d37b48

@ -11,7 +11,7 @@ Nacos、Apollo、Zookeeper 配置中心任选其一。
```xml
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<version>1.3.1</version>
</dependency>
```

@ -7,7 +7,7 @@
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-core-apollo-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-config-apollo-spring-boot-starter-example</artifactId>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
@ -38,7 +38,7 @@
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

@ -23,9 +23,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableDynamicThreadPool
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
public class Hippo4jCoreApolloExampleApplication {
public class ConfigApolloExampleApplication {
public static void main(String[] args) {
SpringApplication.run(Hippo4jCoreApolloExampleApplication.class, args);
SpringApplication.run(ConfigApolloExampleApplication.class, args);
}
}

@ -7,9 +7,7 @@
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-core-nacos-spring-boot-starter-example</artifactId>
<name>${project.artifactId}</name>
<artifactId>hippo4j-config-nacos-spring-boot-starter-example</artifactId>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
@ -40,7 +38,7 @@
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

@ -23,10 +23,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableDynamicThreadPool
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
public class Hippo4jCoreNacosExampleApplication {
public class ConfigNacosExampleApplication {
public static void main(String[] args) {
SpringApplication.run(Hippo4jCoreNacosExampleApplication.class, args);
SpringApplication.run(ConfigNacosExampleApplication.class, args);
}
}

@ -7,7 +7,7 @@
<artifactId>hippo4j-example</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-core-zookeeper-spring-boot-starter-example</artifactId>
<artifactId>hippo4j-config-zookeeper-spring-boot-starter-example</artifactId>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
@ -26,7 +26,7 @@
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

@ -23,9 +23,9 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
@EnableDynamicThreadPool
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
public class Hippo4jCoreZookeeperExampleApplication {
public class ConfigZookeeperExampleApplication {
public static void main(String[] args) {
SpringApplication.run(Hippo4jCoreZookeeperExampleApplication.class, args);
SpringApplication.run(ConfigZookeeperExampleApplication.class, args);
}
}

@ -22,7 +22,7 @@
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<version>${revision}</version>
</dependency>

@ -14,9 +14,9 @@
<module>hippo4j-example-core</module>
<module>hippo4j-spring-boot-starter-example</module>
<module>hippo4j-spring-boot-starter-es-monitor-example</module>
<module>hippo4j-core-nacos-spring-boot-starter-example</module>
<module>hippo4j-core-apollo-spring-boot-starter-example</module>
<module>hippo4j-core-zookeeper-spring-boot-starter-example</module>
<module>hippo4j-config-nacos-spring-boot-starter-example</module>
<module>hippo4j-config-apollo-spring-boot-starter-example</module>
<module>hippo4j-config-zookeeper-spring-boot-starter-example</module>
<module>hippo4j-spring-boot-starter-adapter-kafka-example</module>
<module>hippo4j-spring-boot-starter-adapter-rabbitmq-example</module>
<module>hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq-example</module>

@ -7,7 +7,7 @@
<artifactId>hippo4j-spring-boot</artifactId>
<version>${revision}</version>
</parent>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<artifactId>hippo4j-config-spring-boot-starter</artifactId>
<dependencies>
<dependency>

@ -11,7 +11,7 @@
<packaging>pom</packaging>
<modules>
<module>hippo4j-core-spring-boot-starter</module>
<module>hippo4j-config-spring-boot-starter</module>
<module>hippo4j-spring-boot-starter</module>
<module>hippo4j-spring-boot-starter-adapter</module>
<module>hippo4j-spring-boot-starter-monitor</module>

@ -59,7 +59,7 @@
<!-- Maven & Build -->
<java.version>1.8</java.version>
<skip.gpg>false</skip.gpg>
<skip.maven.gpg.plugin>true</skip.maven.gpg.plugin>
<skip.spotless.apply>false</skip.spotless.apply>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
@ -249,7 +249,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<skip>${skip.gpg}</skip>
<skip>${skip.maven.gpg.plugin}</skip>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save