Open liailiang opened 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
使用leaf-starter注解来启动leaf //EnableLeafServer 开启leafserver @SpringBootApplication @EnableLeafServer public class LeafdemoApplication {
} 报错无法加载leaf.properties