Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaf #179

Open
liailiang opened this issue Nov 20, 2021 · 0 comments
Open

Leaf #179

liailiang opened this issue Nov 20, 2021 · 0 comments

Comments

@liailiang
Copy link

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

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

}
报错无法加载leaf.properties

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant