Skip to content

Tag: config

EnableConfigServer cannot be resolved to a type

I want to connect my spring cloud config server by adding @EnableConfigServer but getting error that EnableConfigServer cannot be resolved to a type. Already check the application.properties, name, git repository path and i also already try to clean the project still gettin same error.I cant view localhost:88…

best ways to dynamically load config in java?

i am designing a web service in java where i need to do a sort of AB testing with requests in java. Basically I’m looking for ways to easily configure parameters which will be dynamically loaded by a request handler to determine the code path based on config values. for example, let’s say i need t…