logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Spring Cloud注册中心Eureka设置访问权限并自定义鉴权页面

使用Spring Security实现1.导入Spring Security的jar包。<!--spring security--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-security&l...

解决IDEA集成Docker插件后日志乱码的问题

操作步骤1.修改IDEA编码2.修改IDEA的vmoptions文件3.修改Tomcat编码4.修改Java编译时编码1.修改IDEA编码点击工具栏File->搜索File Encodings,然后将所有编码设置为UTF-8。2.修改IDEA的vmoptions文件找到IDEA安装目录的bin目录,在idea.exe.vmoptions和idea64.exe.vmoptions文件中...

Spring Cloud Stream同时集成RabbitMQ和Kafka注意事项

1.在配置文件中为每个binding指定binder:#stream(不用消息队列可以删除)spring.cloud.stream:default-binder: rabbitbindings:#消息发送者配置output1:# 默认是rabbit,可以不指定binder: rabbitdestination: test_exchange#主站Kafka退款消息接收通道input2:binder

Mybatis分页插件PageHelper5.x和之前版本配置区别(含SpringBoot)

文章目录1、4系列2、5系列以下代码为mybatis的配置文件中的片段1、4系列<plugins><!-- com.github.pagehelper为PageHelper类所在包名 --><plugin interceptor="com.github.pagehelper.PageHelper"><!-- 使用...

到底了