摘要: 定义策略基类 IStrategy 首先创建基础策略接口,用于定义选择的规则accept(String type); package com.diit.config.domain.module.factory; public interface IStrategy { boolean accept(S 阅读全文
posted @ 2023-02-07 16:34 Ideaway 阅读(67) 评论(0) 推荐(1)