摘要: package com.example.demo.condtion; import org.springframework.context.annotation.Conditional; import java.lang.annotation.*; @Target({ElementType.TYPE 阅读全文
posted @ 2022-09-18 21:22 yydssc 阅读(57) 评论(0) 推荐(0)
摘要: package com.example.demo.config; import com.example.demo.condtion.ClassCondition; import com.example.demo.domian.User; import org.springframework.cont 阅读全文
posted @ 2022-09-18 20:27 yydssc 阅读(30) 评论(0) 推荐(0)