/** * @program SpringBooks * @description: HelloService * @author: mf * @create: 2020/02/04 20:05 */ public interface HelloService { void sayHelloWorld(); }