Spring boot 1.x官方即将停止开发及维护Spring Boot 1.x EOL 2019年1月1日
spring boot 2.x设置静态资源缓存时间
You must configure either the server or JDBC driver (via the serverTimezone configuration propert...
在本教程中,学习从spring boot 入门应用程序创建和使用RSS和Atom提要。 您必须在各种网站上(例如我们的RSS提要)以文本或图像按钮的形式看到这一点,邀请您“通过RSS订阅”。RS...
Spring Boot validation整合hibernate validator实现数据验证,Spring Boot validation使用说明,Spring Boot validat...
前言       在写作前,作者也百度查了很多Spring boot 301重定向资料
spring boot 开发技巧,在开发web项目中跳过thyemeleaf模板/js/css等缓存避免每次修改资源文件都需要重启服务器
Spring Boot 配置映射本地资源访问注意配置为两个spring.mvc.static-path-pattern= spring.resources.static-locations=这两...
情况说明后端提供的接口返回的二进制流,且是post方法实现代码wx.request({url:'接口地址',method:'post',header:{"token":'后端接口需要的token...
Java图片等比缩放 //重置大小(太宽没啥用)最大支持1.5倍图(1150*1.5) int maxWidth=(int)(920*1.5); //大小重置
功能说明:1.指定图片大小缩放图片(reSize);2.指定图片的宽度,高度根据比例缩放(reSizeByWith);3.指定图片的高度,宽度根据比例缩放(reSizeByHeight);4.判...
简介本文如题将会讲解如何将图片简单的方式转换为PDF文件,以及如何将多张图片转换成一个PDF文件的方法讲解
效果参考适用于生成证书模板时候字段定位,配合画图。 源码展示 源码<html lang="zh"&gtl;<meta charset="UTF-8"&gtl;<title&gt...
spring boot 2.0 security 5.0 整合,实现自定义表单登录。spring boot 2.0框架使用。