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 @SpringBootApplication

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@ import com.google.common.collect.Maps;
/** /**
* *
* *
* @author * @author xiaoweijiagou@163.com
* *
*/ */
public class PageTableArgumentResolver implements HandlerMethodArgumentResolver { 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 { 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 { public class PageTableResponse implements Serializable {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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