简体   繁体   English

FF4j Web 控制台未正确显示

[英]FF4j Web console is not displayed properly

I am new to FF4J and started with hello world application.我是 FF4J 的新手,从 hello world 应用程序开始。 I wrote a sample spring boot project and added dependency for ff4j-spring-boot-starter and ff4j-web modules in my pom.xml.我编写了一个示例 spring boot 项目,并在我的 pom.xml 中为 ff4j-spring-boot-starter 和 ff4j-web 模块添加了依赖项。

However, when I run the application, the FF4J web console is displayed distracted.但是,当我运行该应用程序时,FF4J Web 控制台显示为心不在焉。 Below is my pom.xml and web console screenshot.下面是我的 pom.xml 和 web 控制台屏幕截图。

在此处输入图片说明

Below is the web console that I see下面是我看到的网络控制台

在此处输入图片说明

I am not sure what is the mistake here.我不确定这里有什么错误。 Please check and help.请检查和帮助。 Thanks.谢谢。

Please add "/" at end of the URL in browser.请在浏览器中的 URL 末尾添加“/”。 So if, the ff4j-console url is http://localhost:8080/ff4j-console it should be changed to http://localhost:8080/ff4j-console/ This resolved my problem.因此,如果ff4j-console url 是http://localhost:8080/ff4j-console ,则应将其更改为http://localhost:8080/ff4j-console/这解决了我的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 spring 引导项目中的 FF4J 配置错误 - Error with FF4J configuration in spring boot project 如何在没有 xml 的情况下使用 FF4J 获取 java 中的功能 - How to use FF4J to get the features in java without xml ff4j kotlin 无法创建表抛出 BadSqlGrammarException - ff4j kotlin cannot create table throws BadSqlGrammarException FF4J - Spring Boot - 自定义授权管理器 - FF4J - Spring Boot - Custom Authorization Manager FF4J:特征存储的服务器端缓存 - FF4J: server side caching for feature store FF4j + MS SQL:获取“操作数类型冲突 datetime2 与时间戳不兼容”异常 - FF4j + MS SQL : Getting "operand type clash datetime2 is incompatible with timestamp" Exception FF4J:FeatureStoreHttp 抛出 NoClassDefFoundError:javax/ws/rs/client/RxInvokerProvider - FF4J: FeatureStoreHttp throws NoClassDefFoundError : javax/ws/rs/client/RxInvokerProvider 从 spring-boot-starter-web 中排除 Logback 依赖会阻止 log4j 系统正确初始化 - Excluding Logback dependency from spring-boot-starter-web stops log4j system from initialising properly Spring Boot 应用程序 Eureka UI 未正确显示 - Spring Boot app Eureka UI not displayed properly Springboot:Swagger UI格式在AWS中无法正确显示 - Springboot: Swagger UI format is not displayed properly in AWS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM