Meituan-Dianping / Leaf

Distributed ID Generate Service
Apache License 2.0
6.46k stars 1.84k forks source link

Leaf #179

Open liailiang opened 2 years ago

liailiang commented 2 years ago

使用leaf-starter注解来启动leaf //EnableLeafServer 开启leafserver @SpringBootApplication @EnableLeafServer public class LeafdemoApplication {

public static void main(String[] args) {
    SpringApplication.run(LeafdemoApplication.class, args);
}

} 报错无法加载leaf.properties