import org.springframework.beans.factory.annotation.Lookup; import org.springframework.stereotype.Service; /** * @author hpl * @date 2023/4/15 14:40 */ @Service public class Test { public static void main(String[] args) { } public void test(){ } }