springboot 25
-
21 2020年04月
-
26 2020年03月
字体打包时损坏
在使用springboot时,在resources添加.ttf类型的字体集,本地jar启动没有丝毫问题,打成war之后,就出出现,字符集读取失败的错误,这是因为在打包过程中*.ttf文件被损坏了。
-
18 2020年03月
springboot项目部署到Tomcat上传文件过大无响应问题
springboot项目部署到Tomcat上传文件过大无响应问题
-
20 2020年02月
spring.profiles.active=@profiles.active@的含义
spring.profiles.active=@profiles.active@的含义
-
18 2020年02月
-
10 2020年02月
Eureka注册中心-服务的手动剔除与恢复
最近在 SpringCloud 项目中发现 Eureka 注册中心的微服务会显示异常,明明服务已经下线,但是注册中心还显示的可使用状态,以至于许多分发在该下线的服务时,造成很多错误。
-
02 2019年12月
JPA更有效的回调方法注解
JPA also defines a more limited set of callbacks through annotations.