(10)示例接口:ITestXService:
package com.xiaopengwei.demo.xservice; /** * <p> * 接口 * * @author XiaoPengwei * @since 2019-07-19 */ public interface ITestXService { String listClassName(); }手写 Spring (3)
内容版权声明:除非注明,否则皆为本站原创文章。
(10)示例接口:ITestXService:
package com.xiaopengwei.demo.xservice; /** * <p> * 接口 * * @author XiaoPengwei * @since 2019-07-19 */ public interface ITestXService { String listClassName(); }内容版权声明:除非注明,否则皆为本站原创文章。