SpringBoot自定義註解攔截器,並根據環境變量選擇初始化

TimeStamp.java 自定義註解java import java.lang.annotation.*; /** * @author Meng.Liu * @create 2017-10-30 11:30 **/ @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) @Inherited @Documented
相關文章
相關標籤/搜索