ff4j web console 配置说明
web console 可以让我们方便的通过界面管理ff4j,以下是一些简单的说明 详细参考github 文档 spring boot 集成 pom.xml <? xml version = "1.0" encoding = "UTF-8" ?> < project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" > < modelVersion > 4.0.0 < /modelVersion> < groupId > com. dalongrong < /groupId> < artifactId > webconsole - ff4j < /artifactId> < version > 1.0 - SNAPSHOT < /version> < parent > < groupId > org. springframework. boot < /groupId> < artifactId > spring - boot -