Dice Rest Configuration
class DiceRestConfiguration
Opt-in Spring configuration that activates all DICE REST controllers.
Import this in your application config to expose the proposition extraction, memory, discovery, and schema-governance endpoints. Nothing is component-scanned: the controllers only activate when this class is imported AND the beans they need (PropositionPipeline, PropositionStore, GovernanceOperationsService, etc.) are present, wherever those beans come from.
@Configuration
@Import(DiceRestConfiguration.class)
public class MyAppConfiguration { }Content copied to clipboard