public interface BootStrapService
extends SPIOrder
A boot strap service is loaded after Spring Environment is created.
In boot strap service, user's can only read configurations from Environment. Dynamic configurations
from config center is not available.
e.g. an authentication service must be connected before connecting to config center.
e.g. an config center configurations must be read before connecting to config center.