@ExceptionHandler 可以在注解参数中加入监控的异常类如@ExceptionHandle(Exc […]

获取参数,一般参数写在resource目录下的application.properties文件下,当参数过多需 […]

@Query可以通过nativeQuery属性控制执行HQL或SQL。 这里只说HQL 在From 子句中像定 […]

限制数量 top first findFirst10ById() findTop30ById& […]

在Spring中使用@Scheduled注解设置方法定时执行。 在对应的类上加@EnableSchedulin […]

@PointCut 由表示式和签名组成 1 2 3 4 //Pointcut表示式 @Pointcut( […]