|
|
@ -22,7 +22,7 @@ import org.springframework.boot.SpringApplication;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
|
|
|
|
|
|
@EnableDynamicThreadPool
|
|
|
|
@EnableDynamicThreadPool
|
|
|
|
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.core")
|
|
|
|
@SpringBootApplication(scanBasePackages = "cn.hippo4j.example.config")
|
|
|
|
public class ConfigZookeeperExampleApplication {
|
|
|
|
public class ConfigZookeeperExampleApplication {
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
|
public static void main(String[] args) {
|
|
|
|