一般常规场景是一接口一个实现实例:public interface ISayService { String say();}@Servicepublic class SayServiceImpl implements ...