master
zhangwei.c 2018-09-14 10:39:40 +08:00
parent a2a4420af0
commit d7ac534b38
30 changed files with 31 additions and 31 deletions

View File

@ -6,7 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@SpringBootApplication

View File

@ -17,7 +17,7 @@ import com.boot.security.server.dto.ResponseInfo;
/**
* springmvc
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@RestControllerAdvice

View File

@ -18,7 +18,7 @@ import io.swagger.annotations.ApiOperation;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017819
*/

View File

@ -8,7 +8,7 @@ import java.lang.annotation.Target;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017819
*/

View File

@ -9,7 +9,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
/**
* 线
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017819
*/

View File

@ -18,7 +18,7 @@ import java.sql.SQLException;
* Druid
* 2018.05.24,spring.datasource.druidapplication.yml
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Deprecated
@ -56,7 +56,7 @@ public class DruidConfig {
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@ConfigurationProperties(prefix = "spring.datasource")

View File

@ -13,7 +13,7 @@ import org.springframework.data.redis.serializer.GenericToStringSerializer;
* session@EnableRedisHttpSession<br>
*
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017810
*/

View File

@ -20,7 +20,7 @@ import com.boot.security.server.filter.TokenFilter;
/**
* spring security
*
* @author
* @author xiaoweijiagou@163.com
*
* 20171016
*

View File

@ -28,7 +28,7 @@ import com.boot.security.server.utils.ResponseUtil;
/**
* spring security
*
* @author
* @author xiaoweijiagou@163.com
*
* 20171016
*/

View File

@ -17,7 +17,7 @@ import springfox.documentation.swagger2.annotations.EnableSwagger2;
/**
* swagger
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017721
*/

View File

@ -22,7 +22,7 @@ import io.swagger.annotations.ApiOperation;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Api(tags = "代码生成")

View File

@ -34,7 +34,7 @@ import io.swagger.annotations.ApiOperation;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Api(tags = "权限")

View File

@ -30,7 +30,7 @@ import io.swagger.annotations.ApiOperation;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Api(tags = "角色")

View File

@ -33,7 +33,7 @@ import io.swagger.annotations.ApiOperation;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Api(tags = "用户")

View File

@ -5,7 +5,7 @@ import java.io.Serializable;
/**
* Restfultoken
*
* @author
* @author xiaoweijiagou@163.com
*
* 201784
*/

View File

@ -21,7 +21,7 @@ import com.boot.security.server.service.TokenService;
/**
* Token
*
* @author
* @author xiaoweijiagou@163.com
*
* 20171014
*/

View File

@ -19,7 +19,7 @@ import com.google.common.collect.Maps;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class PageTableArgumentResolver implements HandlerMethodArgumentResolver {

View File

@ -6,7 +6,7 @@ import java.util.List;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/

View File

@ -6,7 +6,7 @@ import java.util.Map;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class PageTableRequest implements Serializable {

View File

@ -6,7 +6,7 @@ import java.util.List;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class PageTableResponse implements Serializable {

View File

@ -5,7 +5,7 @@ import com.boot.security.server.model.SysLogs;
/**
* service
*
* @author
* @author xiaoweijiagou@163.com
*
* 2017819
*/

View File

@ -11,7 +11,7 @@ import com.boot.security.server.dto.Token;
* TokenServiceImpl@Primarycom.boot.security.server.service.impl.TokenServiceDbImpl
*
*
* @author
* @author xiaoweijiagou@163.com
*
* 20171014
*/

View File

@ -32,7 +32,7 @@ import io.jsonwebtoken.SignatureAlgorithm;
/**
* token
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Service

View File

@ -16,7 +16,7 @@ import com.boot.security.server.service.TokenService;
* tokenredis<br>
* tokenuuid
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Deprecated

View File

@ -32,7 +32,7 @@ import io.jsonwebtoken.SignatureAlgorithm;
* tokenredis<br>
* jwttoken
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Primary

View File

@ -24,7 +24,7 @@ import com.boot.security.server.service.UserService;
* <p>
* 02 4
*
* @author
* @author xiaoweijiagou@163.com
*/
@Service
public class UserDetailsServiceImpl implements UserDetailsService {

View File

@ -21,7 +21,7 @@ import org.apache.poi.ss.usermodel.Workbook;
/**
* excel
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class ExcelUtil {

View File

@ -16,7 +16,7 @@ import org.springframework.web.multipart.MultipartFile;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class FileUtil {

View File

@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
/**
* springbean
*
* @author
* @author xiaoweijiagou@163.com
*
*/
@Component

View File

@ -7,7 +7,7 @@ import com.google.common.collect.Lists;
/**
*
*
* @author
* @author xiaoweijiagou@163.com
*
*/
public class StrUtil {