0

我是 Spring Boot 新手,我正在尝试使用主仪表板作为管理员面对 Spring Boot Master。我从 GitHub 下载项目,https://github.com/miltonbo/adminfaces-spring-boot 当我运行项目时,我得到了这个错误:“APPLICATION FAILED TO START


描述:

com.github.adminfaces.template.session.AdminFilter 中的字段 adminSession 需要找不到类型为“com.github.adminfaces.template.session.AdminSession”的 bean。

注入点有以下注解: - @org.springframework.beans.factory.annotation.Autowired(required=true) - @org.springframework.beans.factory.annotation.Qualifier(value="loginMB")

找到以下候选但无法注入: - 用户定义的 bean - 用户定义的 bean

行动:

考虑重新访问上面的条目或在您的配置中定义一个类型为 'com.github.adminfaces.template.session.AdminSession' 的 bean。”我只是下载它并在 eclipse 上运行它。我该如何纠正它?还有管理员。资源下的属性但是这个项目中没有application.properties,我应该在资源下做application.properties吗?如果有一个容易工作的spring boot admin faces master,请给我一个链接?谢谢

4

1 回答 1

0

对于 AdminFaces 和 SpringBoot 集成,您需要使用 JoinFaces,请在此处查看 AdminFaces SpringBoot 示例应用程序:https ://github.com/adminfaces/admin-starter-springboot

于 2021-08-01T08:50:04.250 回答