• 标签: springboot 共 19 个结果.
  • 各依赖版本 org.crazycake:shiro-redis-spring-boot-starter:3.2.1 org.springframework.boot:spring-boot-starter-aop:2.3.0.RELEASE 有个...
  • Bug代码 public class BodyReaderHttpServletRequestWrapper extends HttpServletRequestWrapper { private final byte[] body; publi...
  • @Component public class PropertySourcesUtil { @Autowired ConfigurableEnvironment environment; public String getProperty(Str...
  • 一般使用rocketmq-starter都会进行不同程度的封装, 在此分享一种封装思路 基于rocketmq-spring-boot-starter <dependency> <groupId>org.apache....
  • 在平常web开发中, 或多或少的会使用到枚举类型 但是springboot对枚举的序列化并不太符合实际开发需求 比如 public enum MerchantStatusEnum { NORMAL(100, "正常"), BAN(200, "封禁...
  • 0x00 何时触发类加载动作 显式加载 通过ClassLoader的loadClass方法 通过ClassLoader的findClass方法 通过Class.forName 隐式加载 遇到new、getstatic、putstatic、...
  • 开发环境下, 比如A服务调用B服务, B服务更改代码重启后, A服务足足要等上一两分钟才能正常调用到B服务 无疑是浪费生命 技术架构是Eureka+OpenFeign+Ribbon Ribbon配置 Ribbon调用这个方法启动了一个定时器, 该...
  • 1. 自定义SqlSession @Slf4j public class GenericSqlSession extends DefaultSqlSession { private static final ThreadLocal<Clas...
  • SpringCache抽象了缓存使用场景, 对外提供注解, 无需繁琐配置即可获得缓存能力 默认支持一堆缓存中间件, 其中就包括Redis 在此仅提供一种缓存配置的思路 @Data @Component @ConfigurationPropert...
  • 项目中用LocalDateTime替换Date后, 许多地方需要增加配置 配置Json响应格式化方式 注册JavaTimeModule /** * 序列化LocalDateTime */ @Bean public JavaTimeModule j...
  • 1
  • 2

网站统计