Is it good to implement configurability? The project is still in the form of a jar package, but can you configure your interface through configuration?
In fact, you can define an identifier on each interface. If the identifier is turned off, the business logic will not be executed, and the interface will not actually return business data, thus achieving the function you want
Is it good to implement configurability? The project is still in the form of a jar package, but can you configure your interface through configuration?
In fact, you can define an identifier on each interface. If the identifier is turned off, the business logic will not be executed, and the interface will not actually return business data, thus achieving the function you want