修改作者信息

This commit is contained in:
xuwenbo
2020-05-14 12:36:32 +08:00
parent 7511efbf82
commit ebcd99cf28
149 changed files with 196 additions and 196 deletions

View File

@ -20,7 +20,7 @@ import java.util.Date;
* 商品秒杀产品表
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
@Data

View File

@ -20,7 +20,7 @@ import java.util.List;
* 商品秒杀产品表 Mapper 接口
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
@Repository

View File

@ -23,7 +23,7 @@ import java.util.List;
* 商品秒杀产品表 服务类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-14
*/
public interface YxStoreSeckillService extends BaseService<YxStoreSeckill> {

View File

@ -11,7 +11,7 @@ import co.yixiang.common.web.param.QueryParam;
* 商品秒杀产品表 查询参数对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-14
*/
@Data

View File

@ -16,7 +16,7 @@ import java.util.List;
* 商品秒杀产品表 查询结果对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-14
*/
@Data

View File

@ -13,7 +13,7 @@ import lombok.EqualsAndHashCode;
* 微信模板
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Data

View File

@ -16,7 +16,7 @@ import java.io.Serializable;
* 微信模板 Mapper 接口
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Repository

View File

@ -21,7 +21,7 @@ import java.io.Serializable;
* 微信模板 服务类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate> {

View File

@ -31,7 +31,7 @@ import java.io.Serializable;
* 微信模板 服务实现类
* </p>
*
* @author xuwenbo
* @author hupeng
* @since 2019-12-10
*/
@Slf4j

View File

@ -10,7 +10,7 @@ import lombok.EqualsAndHashCode;
* 微信模板 查询参数对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Data

View File

@ -11,7 +11,7 @@ import java.io.Serializable;
* 微信模板 查询结果对象
* </p>
*
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Data

View File

@ -6,7 +6,7 @@ import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Target(ElementType.METHOD)

View File

@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Component

View File

@ -12,7 +12,7 @@ import java.io.IOException;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
public interface LogService extends BaseService<Log> {

View File

@ -33,7 +33,7 @@ import java.util.List;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-24
*/
@Service

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Repository;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-5-22
*/
@Repository

View File

@ -24,7 +24,7 @@ import java.io.IOException;
import java.util.Arrays;
/**
* @author xuwenbo
* @author hupeng
* @date 2019-12-10
*/
@Api(tags = "商城:微信模板管理")

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -8,7 +8,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -10,7 +10,7 @@ import javax.validation.constraints.*;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Entity

View File

@ -11,7 +11,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxArticleService extends BaseService<YxArticle>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatMenuService extends BaseService<YxWechatMenu>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatReplyService extends BaseService<YxWechatReply>{

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
public interface YxWechatTemplateService extends BaseService<YxWechatTemplate>{

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -4,7 +4,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Data

View File

@ -46,7 +46,7 @@ import java.util.ArrayList;
import java.util.LinkedHashMap;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Slf4j

View File

@ -26,7 +26,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -27,7 +27,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -29,7 +29,7 @@ import java.util.ArrayList;
import java.util.LinkedHashMap;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Service

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-12
*/
@Repository

View File

@ -7,7 +7,7 @@ import java.math.BigDecimal;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -16,7 +16,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* @author xuwenbo
* @author hupeng
* @date 2019-12-22
*/
@Api(tags = "商城:砍价管理")

View File

@ -18,7 +18,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
/**
* @author xuwenbo
* @author hupeng
* @date 2019-12-14
*/
@Api(tags = "商城:秒杀管理")

View File

@ -10,7 +10,7 @@ import java.io.IOException;
import javax.servlet.http.HttpServletResponse;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
public interface YxStoreCouponService extends BaseService<YxStoreCoupon>{

View File

@ -5,7 +5,7 @@ import java.math.BigDecimal;
import java.io.Serializable;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -5,7 +5,7 @@ import java.util.List;
import co.yixiang.annotation.Query;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Data

View File

@ -32,7 +32,7 @@ import java.util.ArrayList;
import java.util.LinkedHashMap;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Service

View File

@ -6,7 +6,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
/**
* @author xuwenbo
* @author hupeng
* @date 2020-05-13
*/
@Repository

View File

@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018/11/15 9:20:19
*/
@EnableAsync

View File

@ -13,7 +13,7 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* WebMvcConfigurer
*
* @author Zheng Jie
* @author hupeng
* @date 2018-11-30
*/
@Configuration

View File

@ -15,7 +15,7 @@ import java.util.Set;
/**
* 数据权限配置
* @author Zheng Jie
* @author hupeng
* @date 2019-4-1
*/
@Component

View File

@ -7,7 +7,7 @@ import java.util.concurrent.atomic.AtomicInteger;
/**
* 自定义线程名称
* @author Zheng Jie
* @author hupeng
* @date 2019年10月31日17:49:55
*/
@Component

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit;
/**
* 用于获取自定义线程池
* @author Zheng Jie
* @author hupeng
* @date 2019年10月31日18:16:47
*/
public class ThreadPoolExecutorUtil {

View File

@ -10,7 +10,7 @@ import org.springframework.stereotype.Component;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-01-07
*/
@Component

View File

@ -29,7 +29,7 @@ import java.util.ArrayList;
import java.util.Arrays;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-01-07
*/
@Slf4j

View File

@ -5,7 +5,7 @@ import org.springframework.stereotype.Component;
/**
* 测试用
* @author Zheng Jie
* @author hupeng
* @date 2019-01-08
*/
@Slf4j

View File

@ -11,7 +11,7 @@ import java.util.Date;
import static org.quartz.TriggerBuilder.newTrigger;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-01-07
*/
@Slf4j

View File

@ -28,7 +28,7 @@ import java.util.Map;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
*/
@Configuration
@EnableWebSecurity

View File

@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
/**
* Jwt参数配置
* @author Zheng Jie
* @author hupeng
* @date 2019年11月28日
*/
@Data

View File

@ -34,7 +34,7 @@ import java.util.Map;
import java.util.concurrent.TimeUnit;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-23
* 授权、根据token获取用户详细信息
*/

View File

@ -17,7 +17,7 @@ import java.io.IOException;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
*/
@RestController
@RequestMapping("/auth/online")

View File

@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author Zheng Jie
* @author hupeng
*/
@Component
public class JwtAccessDeniedHandler implements AccessDeniedHandler {

View File

@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author Zheng Jie
* @author hupeng
*/
@Component
public class JwtAuthenticationEntryPoint implements AuthenticationEntryPoint {

View File

@ -6,7 +6,7 @@ import lombok.Setter;
import javax.validation.constraints.NotBlank;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-30
*/
@Getter

View File

@ -11,7 +11,7 @@ import java.util.Date;
import java.util.stream.Collectors;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-23
*/
@Getter

View File

@ -7,7 +7,7 @@ import lombok.NoArgsConstructor;
import java.util.Date;
/**
* @author Zheng Jie
* @author hupeng
*/
@Data
@AllArgsConstructor

View File

@ -14,7 +14,7 @@ import java.io.IOException;
import java.util.*;
/**
* @author Zheng Jie
* @author hupeng
* @Date 2019年10月26日21:56:27
*/
@Service

View File

@ -15,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional;
import java.util.Optional;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-22
*/
@Service("userDetailsService")

View File

@ -13,7 +13,7 @@ import java.util.Objects;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-25
*/
@Entity

View File

@ -11,7 +11,7 @@ import java.sql.Timestamp;
import java.util.List;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
@Entity

View File

@ -9,7 +9,7 @@ import java.io.Serializable;
import java.sql.Timestamp;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
@Entity

View File

@ -12,7 +12,7 @@ import java.io.Serializable;
import java.sql.Timestamp;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-29
*/
@Entity

View File

@ -13,7 +13,7 @@ import java.util.Objects;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-17
*/
@Entity

View File

@ -14,7 +14,7 @@ import java.util.Set;
/**
* 角色
* @author Zheng Jie
* @author hupeng
* @date 2018-11-22
*/
@Entity

View File

@ -14,7 +14,7 @@ import java.util.Objects;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-22
*/
@Entity

View File

@ -11,7 +11,7 @@ import java.io.Serializable;
import java.sql.Timestamp;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019年9月7日 16:16:59
*/
@Entity

View File

@ -5,7 +5,7 @@ import lombok.Data;
import java.io.Serializable;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-20
*/
@Data

View File

@ -8,7 +8,7 @@ import java.util.List;
/**
* 构建前端路由时用到
* @author Zheng Jie
* @author hupeng
* @date 2018-12-20
*/
@Data

View File

@ -4,7 +4,7 @@ import lombok.Data;
/**
* 修改密码的 Vo 类
* @author Zheng Jie
* @author hupeng
* @date 2019年7月11日13:59:49
*/
@Data

View File

@ -8,7 +8,7 @@ import java.util.List;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-25
*/
@SuppressWarnings("all")

View File

@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
public interface DictDetailRepository extends JpaRepository<DictDetail, Long>, JpaSpecificationExecutor<DictDetail> {

View File

@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
public interface DictRepository extends JpaRepository<Dict, Long>, JpaSpecificationExecutor<Dict> {

View File

@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-29
*/
public interface JobRepository extends JpaRepository<Job, Long>, JpaSpecificationExecutor<Job> {

View File

@ -8,7 +8,7 @@ import java.util.List;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-17
*/
@SuppressWarnings("all")

View File

@ -8,7 +8,7 @@ import org.springframework.data.jpa.repository.Query;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-03
*/
@SuppressWarnings("all")

View File

@ -5,7 +5,7 @@ import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-22
*/
public interface UserAvatarRepository extends JpaRepository<UserAvatar, Long>, JpaSpecificationExecutor<UserAvatar> {

View File

@ -8,7 +8,7 @@ import org.springframework.data.jpa.repository.Query;
import java.util.Date;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-22
*/
public interface UserRepository extends JpaRepository<User, Long>, JpaSpecificationExecutor<User> {

View File

@ -25,7 +25,7 @@ import java.util.List;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-25
*/
@RestController

View File

@ -19,7 +19,7 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
@Api(tags = "系统:字典管理")

View File

@ -21,7 +21,7 @@ import java.util.HashMap;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
@RestController

View File

@ -22,7 +22,7 @@ import java.io.IOException;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-29
*/
@Api(tags = "系统:岗位管理")

View File

@ -26,7 +26,7 @@ import java.util.List;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-03
*/
@Api(tags = "系统:菜单管理")

View File

@ -32,7 +32,7 @@ import java.util.Set;
import java.util.stream.Collectors;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-03
*/
@Api(tags = "系统:角色管理")

View File

@ -40,7 +40,7 @@ import java.util.Set;
import java.util.stream.Collectors;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-11-23
*/
@Api(tags = "系统:用户管理")

View File

@ -10,7 +10,7 @@ import java.util.List;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-25
*/
public interface DeptService {

View File

@ -7,7 +7,7 @@ import org.springframework.data.domain.Pageable;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
public interface DictDetailService {

View File

@ -11,7 +11,7 @@ import java.util.List;
import java.util.Map;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-04-10
*/
public interface DictService {

View File

@ -12,7 +12,7 @@ import java.util.Map;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2019-03-29
*/
public interface JobService {

View File

@ -12,7 +12,7 @@ import java.util.Map;
import java.util.Set;
/**
* @author Zheng Jie
* @author hupeng
* @date 2018-12-17
*/
public interface MenuService {

Some files were not shown because too many files have changed in this diff Show More