提交 cd911128 编写于 作者: zlt2000's avatar zlt2000

更新博客地址为:https://zlt2000.gitee.io

上级 2d67a0ae
......@@ -25,8 +25,8 @@
<td><center><strong><a href="https://shang.qq.com/wpa/qunwpa?idkey=41988facbc02f678942a7ee7ae03122f2ef0a10c948b3d07319f070bfb0d3a98" target="_blank">交流二群</a></strong></center></td>
</tr>
<tr>
<td><a href="http://shang.qq.com/wpa/qunwpa?idkey=17544199255998bda0d938fb72b08d076c40c52c9904520b76eb5eb0585da71e" target="_blank"><img width=300px height=300px alt="首页" src="http://qiniu.zlt2000.cn/blog/20200205/fzWCboU4Fshn.png?imageslim"/></a></td>
<td><a href="https://shang.qq.com/wpa/qunwpa?idkey=41988facbc02f678942a7ee7ae03122f2ef0a10c948b3d07319f070bfb0d3a98" target="_blank"><img width=300px height=300px alt="用户搜索" src="http://qiniu.zlt2000.cn/blog/20200205/zbzMGVGNopY0.png?imageslim"/></a></td>
<td><a href="http://shang.qq.com/wpa/qunwpa?idkey=17544199255998bda0d938fb72b08d076c40c52c9904520b76eb5eb0585da71e" target="_blank"><img width=300px height=300px alt="交流一群(已满)" src="http://qiniu.zlt2000.cn/blog/20200205/fzWCboU4Fshn.png?imageslim"/></a></td>
<td><a href="https://shang.qq.com/wpa/qunwpa?idkey=41988facbc02f678942a7ee7ae03122f2ef0a10c948b3d07319f070bfb0d3a98" target="_blank"><img width=300px height=300px alt="交流二群" src="http://qiniu.zlt2000.cn/blog/20200205/zbzMGVGNopY0.png?imageslim"/></a></td>
</tr>
</table>
......@@ -129,7 +129,7 @@ central-platform -- 父项目,公共依赖
* 一群:[250883130(已满)](https://shang.qq.com/wpa/qunwpa?idkey=17544199255998bda0d938fb72b08d076c40c52c9904520b76eb5eb0585da71e)
* 二群:[1041797659](https://shang.qq.com/wpa/qunwpa?idkey=41988facbc02f678942a7ee7ae03122f2ef0a10c948b3d07319f070bfb0d3a98)
* 个人博客:https://blog.csdn.net/zlt2000
* 个人博客:[https://zlt2000.gitee.io](https://zlt2000.gitee.io)
* 个人邮箱:zltdiablo@163.com
......
......@@ -5,6 +5,9 @@ import lombok.Setter;
/**
* @author zlt
* <p>
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
@Getter
......
......@@ -7,7 +7,7 @@ import org.springframework.boot.context.properties.EnableConfigurationProperties
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@EnableConfigurationProperties(SecurityProperties.class)
......
......@@ -23,7 +23,7 @@ public class BannerInitializer implements ApplicationContextInitializer<Configur
LogoBanner logoBanner = new LogoBanner(BannerInitializer.class, "/zltmp/logo.txt", "Welcome to zlt", 5, 6, new Color[5], true);
CustomBanner.show(logoBanner, new Description(BannerConstant.VERSION + ":", CommonConstant.PROJECT_VERSION, 0, 1)
, new Description("Gitee:", "https://gitee.com/zlt2000/microservices-platform", 0, 1)
, new Description("Blog:", "https://blog.csdn.net/zlt2000", 0, 1)
, new Description("Blog:", "https://zlt2000.gitee.io", 0, 1)
);
}
}
......
......@@ -16,7 +16,7 @@ import java.util.List;
* @author zlt
* @date 2019/8/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class DefaultWebMvcConfig implements WebMvcConfigurer {
......
......@@ -12,7 +12,7 @@ import java.util.Date;
* @author zlt
* @date 2018/12/11
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class DateMetaObjectHandler implements MetaObjectHandler {
......
......@@ -20,7 +20,7 @@ import org.springframework.context.annotation.Bean;
* @author zlt
* @date 2020/4/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@EnableConfigurationProperties(MybatisPlusAutoFillProperties.class)
......
......@@ -11,7 +11,7 @@ import org.springframework.cloud.context.config.annotation.RefreshScope;
* @author zlt
* @date 2020/4/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -21,7 +21,7 @@ import org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate;
* @author zlt
* @date 2020/3/28
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@EnableConfigurationProperties(RestClientPoolProperties.class)
......
......@@ -11,7 +11,7 @@ import org.springframework.cloud.context.config.annotation.RefreshScope;
* @author zlt
* @date 2020/3/28
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -37,7 +37,7 @@ import java.util.Map;
* @author zlt
* @date 2020/3/28
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -6,7 +6,7 @@ import java.lang.annotation.*;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Target({ElementType.METHOD, ElementType.TYPE})
......
......@@ -28,7 +28,7 @@ import java.time.LocalDateTime;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -11,7 +11,7 @@ import org.springframework.cloud.context.config.annotation.RefreshScope;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -12,7 +12,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
* @author zlt
* @date 2020/2/8
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -8,7 +8,7 @@ import com.central.log.model.Audit;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public interface IAuditService {
......
......@@ -22,7 +22,7 @@ import javax.sql.DataSource;
* @author zlt
* @date 2020/2/8
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -13,7 +13,7 @@ import java.time.format.DateTimeFormatter;
* @author zlt
* @date 2020/2/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -17,7 +17,7 @@ import org.springframework.context.annotation.Bean;
* @author zlt
* @date 2019/9/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@ConditionalOnProperty(value = ConfigConstants.CONFIG_RIBBON_ISOLATION_ENABLED, havingValue = "true")
......
......@@ -14,7 +14,7 @@ import java.lang.annotation.Target;
* @author zlt
* @date 2019/10/26
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Target(ElementType.TYPE)
......
......@@ -19,7 +19,7 @@ import java.util.List;
* @author zlt
* @date 2019/10/26
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class FeignHttpInterceptorConfig {
......
......@@ -23,7 +23,7 @@ import java.util.stream.Collectors;
* @author zlt
* @date 2019/9/3
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class VersionIsolationRule extends RoundRobinRule {
......
......@@ -21,7 +21,7 @@ import javax.servlet.http.HttpServletRequest;
* @author zlt
* @date 2019/1/22
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class SentinelAutoConfigure {
......
......@@ -7,7 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author zlt
* @date 2020/2/22
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@SpringBootApplication
......
......@@ -16,7 +16,7 @@ import javax.annotation.Resource;
* @author zlt
* @date 2020/2/22
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@EnableOAuth2Sso
......
......@@ -19,7 +19,7 @@ import java.io.IOException;
* @author zlt
* @date 2020/3/10
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Component
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.GetMapping;
* @author zlt
* @date 2020/2/22
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Controller
......
......@@ -7,7 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author zlt
* @date 2020/3/10
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@SpringBootApplication
......
......@@ -21,7 +21,7 @@ import java.util.Map;
* @author zlt
* @date 2020/3/10
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@RestController
......
......@@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@EnableFeignClients
......
......@@ -13,7 +13,7 @@ import reactor.core.publisher.Mono;
* @author zlt
* @date 2019/10/6
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class CustomAuthenticationManager implements ReactiveAuthenticationManager {
......
......@@ -14,7 +14,7 @@ import reactor.core.publisher.Mono;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -14,7 +14,7 @@ import reactor.core.publisher.Mono;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -19,7 +19,7 @@ import reactor.core.publisher.Mono;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class Oauth2AuthSuccessHandler implements ServerAuthenticationSuccessHandler {
......
......@@ -22,7 +22,7 @@ import java.util.List;
* @author zlt
* @date 2019/10/6
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -13,7 +13,7 @@ import org.springframework.web.util.pattern.PathPatternParser;
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Configuration
......
......@@ -14,7 +14,7 @@ import org.springframework.context.annotation.Configuration;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Configuration
......
......@@ -21,7 +21,7 @@ import org.springframework.security.web.server.authentication.ServerAuthenticati
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Configuration
......
......@@ -28,7 +28,7 @@ import java.util.List;
* @author zlt
* @date 2020/3/30
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Configuration
......
......@@ -17,7 +17,7 @@ import java.util.Map;
* @author zlt
* @date 2020/3/30
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class JsonErrorWebExceptionHandler extends DefaultErrorWebExceptionHandler {
......
......@@ -22,7 +22,7 @@ import static org.springframework.cloud.gateway.support.ServerWebExchangeUtils.G
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Component
......
......@@ -20,7 +20,7 @@ import java.util.Map;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Component
......
......@@ -19,7 +19,7 @@ import reactor.core.publisher.Mono;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Component
......
......@@ -24,7 +24,7 @@ import java.util.concurrent.Executor;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -14,7 +14,7 @@ import java.util.Set;
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Setter
......
......@@ -21,7 +21,7 @@ import springfox.documentation.swagger.web.UiConfigurationBuilder;
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@RestController
......
......@@ -21,7 +21,7 @@ import java.util.Set;
* @author zlt
* @date 2019/10/5
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Component
......
......@@ -12,7 +12,7 @@ import java.util.Map;
* @author zlt
* @date 2019/10/7
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
* @author zlt
* @date 2020/2/4
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@RestController
......
......@@ -21,7 +21,7 @@ import java.io.IOException;
* @author zlt
* @date 2020/3/29
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
public class LoginProcessSetTenantFilter extends OncePerRequestFilter {
......
......@@ -27,7 +27,7 @@ import java.util.Map;
* @author zlt
* @date 2020/3/29
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -20,7 +20,7 @@ import java.io.PrintWriter;
* @author zlt
* @date 2020/3/10
* <p>
* Blog: https://blog.csdn.net/zlt2000
* Blog: https://zlt2000.gitee.io
* Github: https://github.com/zlt2000
*/
@Slf4j
......
......@@ -10,6 +10,18 @@
<li class="layui-nav-item" lay-unselect>
<a ew-event="refresh" title="刷新"><i class="layui-icon layui-icon-refresh-3"></i></a>
</li>
<li class="layui-nav-item" lay-unselect>
<strong><a title="个人博客" href="https://zlt2000.gitee.io" target="_blank">个人博客</a></strong>
</li>
<li class="layui-nav-item" lay-unselect>
<a title="个人公众号" href="https://gitee.com/zlt2000/images/raw/master/%E5%85%AC%E4%BC%97%E5%8F%B7.jpg" target="_blank">个人公众号</a>
</li>
<li class="layui-nav-item" lay-unselect>
<strong><a title="个人博客" href="https://www.aliyun.com/minisite/goods?userCode=dickv1kw&share_source=copy_link" target="_blank">阿里云优惠</a></strong>
</li>
<li class="layui-nav-item" lay-unselect>
<a title="个人公众号" href="https://url.cn/55zzbhR" target="_blank">腾讯云优惠</a>
</li>
</ul>
<ul class="layui-nav layui-layout-right">
<!--<li class="layui-nav-item" lay-unselect>-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册