JAVA架构日记

其他

【jar 很大,你忍一下】GraalVM 21.2 发布,大量实用性改进

https://github.com/oracle/graal/blob/master/truffle/docs/TraversingCompilationQueue.md[6]注释中:
2021年7月22日
其他

t-io 之 GraalVM 本机可执行程序实战

-H:ReflectionConfigurationFiles=../graalvm/reflect-config.json
2021年7月15日
其他

【译】使用 GraalVM 的高性能 Java

-年轻代大小。如果您觉得需要查看幕后情况或为特定工作负载微调垃圾收集器,那么-XX:+PrintGC和-XX:+VerboseGC选项也可用。如果配置生成大小不是您的首选,那么可以使用多线程
2021年7月9日
其他

Spring Native 可以正式使用了么?

false)@EnableConfigurationProperties(Ip2regionProperties.class)@NativeHint(resources
2021年5月10日
其他

Spring Native 入门实战

target/com.example.demo.demoapplication运行测试target/com.example.demo.demoapplication使用
2021年3月30日
其他

【译】GraalVM 快速参考

--jvm语言引擎具有许多功能来限制资源量[11],例如,语言上下文可以运行的时间(毫秒):--sandbox.MaxCPUTime=Nms四、通用开发工具最后也是相当重要的一点就是,GraalVM
2021年3月30日
其他

久等 | Spring Cloud Alibaba 2.2.4 发布

2.4。由于修复了部分安全问题,强烈建议旧版本用户升级。Spring
2021年1月18日
其他

2021 首发 | Spring Boot 2.4.2 发布

https://github.com/spring-projects/spring-boot/releases/tag/v2.4.2[2]v2.3.8.RELEASE:
2021年1月16日
其他

后门 | Nacos 被爆严重安全漏洞

以下并未认证鉴权功能,也要注意防范问题回显由于此问题比较严重,本文不会详细说明回显步骤,避免不法分子利用此漏洞进行一些破坏性的配置修改导致生产事故。问题描述,由于内部存在白名单机制,导致
2021年1月15日
其他

5分钟拥抱云原生 | SpringBoot 迁移至 Quarkus

quarkus-smallrye-health指定访问监控断点路径quarkus.smallrye-health.root-path=/actuator/health访问监控检查断点测试
2021年1月14日
其他

SpringCloud LoadBalancer灰度策略实现

environment.getProperty(LoadBalancerClientFactory.PROPERTY_NAME);
2021年1月12日
其他

伊尔福德站正式通车!Spring Cloud 2020 发布

spring-cloud-starter-bootstrapSpring
2020年12月23日
其他

「Spring Boot 新特性」节省95%内存占用

https://gitee.com/gi2/codes/famcqz6n21iylpg3us7j036
2020年12月19日
其他

「2020封箱」Spring Boot 2.4.1 发布

https://github.com/spring-projects/spring-boot/releases/tag/v2.2.12.RELEASE往期推荐【重要】Spring
2020年12月12日
其他

「SpringBoot 新特性」启动耗时详细监控

并未引入此属性。诸如此类的优化策略很多(建议翻一下笔者历史博客),但往往被开发者忽略,导致使用该插件会影响应用启动效率。启动过程中串行初始化逻辑较多,严重影响启动效率。例如
2020年12月7日
其他

Spring Boot Xss 攻击过滤插件

'http://localhost:8080/xss?params=%3Cscript%3Ealert(%27xxx%27)%3C/script%3E'测试
2020年12月2日
其他

「Spring Boot 新特性」 jar 大小自动瘦身

https://github.com/core-lib/slot-maven-plugin[2]start.spring.io:
2020年11月18日
其他

「Spring Boot 新特性」一键构建Docker镜像

编译打包然后生成镜像,能够大大提供上线效率,同时能够快速动态扩容,快速回滚,着实很方便。docker-maven-plugin
2020年11月17日
其他

Spring Boot 2.4 全新Cron表达式处理机制

现在支持以下代表常用表达式的宏。可以使用这些宏而不是六位的表达式,因此:@Scheduled(cron
2020年11月16日
其他

Spring Boot 2.4.0 正式发布,全面拥抱云原生

基于内存存储时定义为嵌入数据库,影响spring.datasource.initialization
2020年11月13日
其他

Spring Boot 接口幂等插件使用

https://github.com/redisson/redisson/tree/master/redisson-spring-boot-starter[3]流程设计参考:
2020年11月10日
其他

【重要】Spring Boot 多版本发布,2.1 终止维护

https://github.com/spring-projects/spring-boot/releases/tag/v2.2.11.RELEASE[3]2.1.18
2020年10月30日