springboot3.0 使用aop不正常,例如:@Pointcut("within(@org.springframework.stereotype.Repository )" + " || within(@org.springframework.stereotype.Controller )" + " || within(@org.springframework.web.bind.annotation.RestController *)") 使用此切面,在springboot2.x是没问题的,在3.0,使用@Value注解获取yaml的值一直报Null