Easter79 Easter79
4年前
springboot2.0+ 使用拦截器导致静态资源被拦截
在spring1.0的版本中,配置拦截器后是不会拦截静态资源的。其配置如下:@ConfigurationpublicclassWebMvcConfigextendsWebMvcConfigurerAdapter{@AutowiredprivateRememberAuthenti
Wesley13 Wesley13
4年前
jasypt
1问题描述在SpringBoot中使用jasyptspringboot进行加密,但是提示:Description:Failedtobindpropertiesunder'spring.datasource.password'tojava.lang.String:
Stella981 Stella981
4年前
Spring 学习笔记(四):Spring AOP
@\TOC\1概述本文主要讲述了AOP的基本概念以及在Spring中AOP的几种实现方式。2AOPAOP,即AspectOrientedProgramming,面向切面编程,与OOP相辅相成。类似的,在OOP中,以类为程序的基本单元,在AOP中的基本单元是Aspect
Stella981 Stella981
4年前
IntelliJ Idea解决Could not autowire
IntelliJIdea解决Couldnotautowire.Nobeansof'xxxx'typefound的错误提示1.问题描述  在Idea的spring工程里,经常会遇到
Easter79 Easter79
4年前
Spring拾遗
先给自己挖个坑以后填..Spring容器与ServletContext的互引用初始化与销毁InitializingBeanDisposableBeanAware类BeanFactoryAwareApp
Stella981 Stella981
4年前
Spring Event 阅读指南
SpringEvent阅读指南资料:https://docs.spring.io/springframework/docs/current/reference/html/core.htmlcontextfunctionalityevents(https://www.oschina.net/ac
Stella981 Stella981
4年前
Spring Boot Dubbo Dubbok spring cloud
比较springcloud和dubbo,各自的优缺点是什么趁年轻再疯狂一次吧CSDN博客https://blog.csdn.net/u010664947/article/details/80007767网易考拉海购Dubbok框架优化详解\_存储\_基础信息化\_文章\_eworks数字化企业网http://articles.ewo
Stella981 Stella981
4年前
Spring Boot 与 Kotlin使用Spring
在《SpringBoot与Kotlin使用JdbcTemplate连接MySQL》中介绍了一种基本的数据访问方式,结合构建RESTfulAPI和使用Thymeleaf模板引擎渲染Web视图的内容就已经可以完成App服务端和Web站点的开发任务了。然而,在实际开发过程中,对数据库的操作无非就“增删改查”。就最为普遍的单表操作而言,除了表和字段不
Stella981 Stella981
4年前
Spring boot的@Configuration
  就在我惊艳于spring4的AbstractAnnotationConfigDispatcherServletInitializer小巧简洁(如下)的时候却发现springboot下面竟然无效。1publicclassInitializerextendsAbstractAnnotationConfigDispatcherSer
JXDN JXDN
1年前
你写的深度克隆真的“深度”吗?
为了更好的理解其原理,我们自己来手写一个通用性非常强的深度克隆函数