我正在尝试将FF4J集成到我的spring应用程序项目中,但是看起来驱动程序或FF4J存在一些问题,而且数据库模式没有创建。我的配置文件:@ConditionalOnClass(FF4j::class) private lateinit var password: String
fun getFF4j()
public class Ff4jConfig extends SpringBootServletInitializer { @Bean FF4jff4j = new FF4j();
ff4j.setFeatureStore(new FeatureStoreHttp("http://localhost:9190/api/ff4j<
我正在尝试在我的项目中使用FF4J,并且我已经在我的build.gradle文件中添加了以下依赖项。org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'api' defined in class path resource [org/ff4jorg.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(Si