摘要: package me.zhengjie.system.domain; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.hibernate.annotations.CreationTimestamp; import javax.persistenc... 阅读全文
posted @ 2019-07-21 20:21 tonggc1668 阅读(479) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.swagger2; import com.google.common.base.Predicates; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import... 阅读全文
posted @ 2019-07-21 17:59 tonggc1668 阅读(935) 评论(0) 推荐(0)
摘要: package me.zhengjie.monitor.domain; import lombok.Data; import org.hibernate.annotations.CreationTimestamp; import javax.persistence.*; import java.sql.Timestamp; /** * pv 与 ip 统计 * * @author j... 阅读全文
posted @ 2019-07-21 13:20 tonggc1668 阅读(153) 评论(0) 推荐(0)
摘要: package me.zhengjie.monitor.rest; import me.zhengjie.common.aop.log.Log; import me.zhengjie.monitor.domain.vo.RedisVo; import me.zhengjie.monitor.service.RedisService; import org.springframework.bea... 阅读全文
posted @ 2019-07-21 13:05 tonggc1668 阅读(2156) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.aop.limit; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target;... 阅读全文
posted @ 2019-07-21 13:03 tonggc1668 阅读(748) 评论(0) 推荐(0)
摘要: package me.zhengjie.tools.service; import me.zhengjie.tools.domain.EmailConfig; import me.zhengjie.tools.domain.vo.EmailVo; import org.springframework.cache.annotation.CacheConfig; import org.spring... 阅读全文
posted @ 2019-07-21 10:20 tonggc1668 阅读(480) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.utils; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.ServletRequestAttributes; import javax.servlet.h... 阅读全文
posted @ 2019-07-21 10:00 tonggc1668 阅读(262) 评论(0) 推荐(0)
摘要: package me.zhengjie.common.exception.handler; import lombok.extern.slf4j.Slf4j; import me.zhengjie.common.exception.BadRequestException; import me.zhengjie.common.exception.EntityExistException; imp... 阅读全文
posted @ 2019-07-21 09:56 tonggc1668 阅读(806) 评论(0) 推荐(0)