已注销
已注销
全部文章
# spring
# bash、sh(1)
# CAS - SSO(6)
# cRUL、Wget(1)
# dubbo(1)
# ECMAscript 6(32)
# java 命令行(3)
# java 英语(2)
# jQuery(5)
# JsonServer(1)
# JVM(2)
# log(3)
# MyBatis(14)
# Mybatis plus(2)
# netty(1)
# nodemail(1)
# npm(1)
# rabbitMQ(1)
# redis(3)
# semantic UI(1)
# shiro(6)
# Solr - 全文检索(1)
# spring-mvc(28)
# spring-security(15)
# SpringBoot(18)
# sts(2)
# thymeleaf(3)
# vim(1)
# vue(16)
# yum、rpm(1)
# 并发编程(2)
# 心得(6)
# 排序(3)
# 插件(1)
# 散列表(5)
# 文件操作 IO流(1)
# 树(8)
# 源码分析(6)
# 网络基础 - Socket、NIO(8)
# 网络服务 - JSON(10)
# 表、队列、栈(2)
# 计算机基础 - win/linux(3)
# 设计模式(1)
# 集合(3)
alpine(1)
docker(5)
Eclipse/Maven - ❤️ ❤️(16)
Java(2)
java 中级 - JavaEE(6)
java 培优班(51)
java 基础 - JavaSE(26)
linux - Centos - ❤️(18)
nginx - ❤️(1)
node.js(3)
postman - ❤️(1)
Raspberry PI(1)
spring-cloud(5)
tomcat(6)
vagrant(2)
Visual Stuido Code - ❤️(5)
代码回收站 - java(19)
其他 / 工具(17)
前端 - html / CSS - ❤️(7)
博客框架 - hexo(5)
博客管理(1)
后端 - 基础框架 - ❤️(8)
安全(2)
持久层(2)
数据库 - MySQL - ❤️(23)
未归档(2)
版本控制 - Git - ❤️(32)
算法+数据结构 - ☢(17)
面试题 - java、SQL(5)
归档
标签
去牛客网
登录
/
注册
已注销的博客
(学习,笔记,心得) => {分享}
全部文章
/ # spring
(共23篇)
SpringBoot - MappingJackson2HttpMessageConverter 功能增强:添加 jsonp 请求响应(新)
网上充斥着 类似(下面) 的无脑回答 @ControllerAdvice(basePackages = "com.controller") public class Jsonp extends AbstractJsonpResponseBodyAdvice { publ...
2020-03-09
0
1203
自定义消息转换器HttpMessageConverter
《springboot自定义消息转换器HttpMessageConverter》
2020-03-09
0
625
Spring AOP - AspectJ
springboot <dependency><!-- AOP --> <groupId>org.springframework.boot</groupId> <artifactId>spring-bo...
2020-03-09
0
603
AOP - AspectJ - Spring - Spring Boot 中, Advice 可以接收的参数
Advice 除了可以接收 JoinPoint (非Around Advice)或 ProceedingJoinPoint (Around Advice)参数外 还可以直接接收与切入点方法执行有关的对象 比如 切入点方法参数 切入点目标对象( target ) 切入...
2020-01-17
0
810
@RequestParam,@PathParam,@PathVariable等注解区别
https://blog.csdn.net/u011410529/article/details/66974974
2020-01-16
0
618
AOP 原理 - - 继承对象(CGLIB) / 组合对象(JDK) 、 AspectJ-ProceedingJoinPoint-getSignature 细节和这细节可能的bug
文章目录 # 1 - 继承 - CGLIB (Code Generator Library) # 2 - 组合对象 - compose - JDK # AspectJ - ProceedingJoinPoint 细节 # AspectJ - ProceedingJo...
2020-01-15
0
625
@JsonFormat与@DateTimeFormat注解的使用
文章目录 1.注解@JsonFormat 2.注解@DateTimeFormat 总结: 转载: https://www.cnblogs.com/mracale/p/9828346.html 背景:从数据库获取时间传到前端进行展示的时候,我们有时候可能无法得到一个满意的时...
2020-01-05
0
774
解决:Failed to convert value of type 'java.lang.String' to required type 'java.util.Date';
发生这一错误的主要原因是Controller类中需要接收的是Date类型,但是在页面端传过来的是String类型,最终导致了这个错误。 这里提供两种解决方案,一种是局部转换,一种是全局转换。 <form action="login.do" method="p...
2020-01-05
0
1454
Spring使用SpEL表达式读取properties配置文件的两种方式
第一种: config.properties: index.version=v1 spring配置文件,加载config.properties: <!-- 获取properties中的值 --> <bean id="configProperties" c...
2020-01-02
0
1245
spring - bean 声明周期 - 解析顺序、registerShutdownHook()
文章目录 1、总结 2、测试 测试类:A 测试类:Demo 测试结果 3、扩展 registerShutdownHook() ApplicationContex...
2019-12-31
0
777
首页
上一页
1
2
3
下一页
末页