摘要: 自定义注解: package com.example.demo.ann; import org.springframework.stereotype.Repository; import java.lang.annotation.*; //注解运行的位置 @Target(ElementType.TY 阅读全文
posted @ 2020-03-14 19:37 不死码农 阅读(4967) 评论(0) 推荐(0)