-
Overall Springboot performance is looking really good with InstantOn, but always working to make things better. Running with Pet Clinic there seems to be a decent amount of overhead with initializing …
-
Hi,
I am not sure if there is a known conflict between eureka-client(1.9.4) and micrometer-spring-legacy https://javadoc.io/doc/io.micrometer/micrometer-spring-legacy/latest/index.html
I am curr…
-
http://www.ityouknow.com/springboot/2017/05/08/spring-boot-mongodb.html
MongoDB 是最早热门非关系数据库的之一,使用也比较普遍,一般会用做离线数据分析来使用,放到内网的居多。由于很多公司使用了云服务,服务器默认都开放了外网地址,导致前一阵子大批 MongoDB 因配置漏洞被攻击,数据被删,引起了人们的注意,感兴趣的…
-
-
链接地址:http://tengj.top/2017/04/05/springboot7/#
-
![image](https://github.com/apache/rocketmq-client-python/assets/9127025/d59ef4f2-c327-4b07-9037-bb2e5afc76eb)
gotlc updated
9 months ago
-
http://www.ityouknow.com/springboot/2017/06/26/spring-boot-shiro.html
这篇文章我们来学习如何使用 Spring Boot 集成 Apache Shiro 。安全应该是互联网公司的一道生命线,几乎任何的公司都会涉及到这方面的需求。在 Java 领域一般有 Spring Security、 Apache Shiro 等安全框架…
-
http://www.ityouknow.com/springboot/2018/06/12/spring-boo-java-simple.html
Spring Boot 2.0 的推出又激起了一阵学习 Spring Boot 热,就单从我个人的博客的访问量大幅增加就可以感受到大家对学习 Spring Boot 的热情,那么在这么多人热衷于学习 Spring Boot 之时,我自己也在思考…
-
用xray爬虫扫描spring应用的漏洞是发现,没有带上原始的Accept头,导致页面类型显示错误,无法判断出漏洞
`xray webscan --plugins cmd-injection,sqldet --browser-crawler http://127.0.0.1:8090/springboot-spel-rce/`
爬虫到的原始请求是
```
GE…
-
http://blog.yuqiyu.com/spring-boot-chapter37.html
在上一章第三十六章:基于SpringBoot架构重写SpringMVC请求参数装载中我们说到了怎么去重写SpringMVC参数装载,从而来完成我们的需求。本章内容会在上一章的基础上进行修改! 企业中接口编写是再频繁不过的事情了,现在接口已经不仅仅用于移动端来做数据服务了,一些管理平台也同样采用…