Stella981 Stella981
3年前
Spring MVC 4.1 支持jsonp
使用ResponseBodyAdvice支持jsonpResponseBodyAdvice是一个接口,接口描述,package org.springframework.web.servlet.mvc.method.annotation;/  Allows customizing the respon
Stella981 Stella981
3年前
Spring Cloud工程模块划分
SpringCloud工程模块划分现在网络上都在讲SpringCloud的各个组件,但当我们自己也把SpringCloud引入进来的时候,却发现第一个要解决的问题是:工程的模块如何划分在之前我写过一篇重构购物车的过程(https://www.oschina.n
Stella981 Stella981
3年前
Spring Boot 自动配置(auto
本章,我们为你揭秘SpringBoot自动配置(AutoConfiguration)运行机制,谈到autoconfiguration,肯定离不开@EnableAutoConfiguration注解。packageorg.springframework.boot.autoconfigure;@Target(Element
Stella981 Stella981
3年前
Spring Cloud OpenFeign 源码解析
!image(https://oscimg.oschina.net/oscnet/up65fba01cffac424ce4ddb2bd19bf64cd010.png)0\.入门demo此代码是OpenFeign的示例代码,获取一个Github仓库的所有贡献者,创建一个issue。建议由此开始
Stella981 Stella981
3年前
Spring Boot 之 Redis详解
Redis是目前业界使用最广泛的内存数据存储。Redis支持丰富的数据结构,同时支持数据持久化。Redis还提供一些类数据库的特性,比如事务,HA,主从库。REmoteDIctionaryServer(Redis)是一个由SalvatoreSanfilippo写的keyvalue存储系统。!(http://img3.imgtn.
Stella981 Stella981
3年前
Spring Boot 2.3.0正式发布
!(https://oscimg.oschina.net/oscnet/5bb1b5f8477992d24dd96b9b436d1d0fe7b.png)关注程序员的故事,一起用技术改变世界SpringBoot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配
Stella981 Stella981
3年前
Spring Boot 2.3.3 正式发布!
  SpringBoot2.3.3稳定版已发布,可从repo.spring.io和MavenCentral(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fmp.weixin.qq.com%2Fs%3F__biz%3DMzI3ODcxMzQzMw%3D%3D%26mid%3
Stella981 Stella981
3年前
Spring Boot 静态资源处理
SpringBoot默认为我们提供了静态资源处理,使用WebMvcAutoConfiguration中的配置各种属性。建议大家使用SpringBoot的默认配置方式,如果需要特殊处理的再通过配置进行修改。如果想要自己完全控制WebMVC,就需要在@Configuration注解的配置类上增加@EnableWebMvc(@SpringBoot
Stella981 Stella981
3年前
Spring MVC的文件下载
这篇文章介绍的方法在某些时候会有一些问题,小瑕疵,请大家看更好的方法(https://my.oschina.net/songxinqiang/blog/898901)读取文件要下载文件,首先是将文件内容读取进来,使用字节数组存储起来,这里使用spring里面的工具类实现importorg.springframework.u
Stella981 Stella981
3年前
Spring Boot日志框架实践
!CASIOGSHOCK(http://uploadimages.jianshu.io/upload_images/98242471da5cd24b2cf0ada.jpg?imageMogr2/autoorient/strip%7CimageView2/2/w/1240)注:本文首发于My公众号CodeSheep