V2AS
问路
意见反馈
↓ 按住下拉
Solon Web 也支持响应式开发了?!
"solon.web.flux" 是 solon v2.3.6 新推出的生态插件,为 solon web 提供响应式接口支持 (io.projectreactor) 。为什么叫这个名呢?因为用户群里投票说,这个名大家 ......
响应
solon
http
开发
boot
信创优选,国产开源,Solon v2.3.6 发布
Solon 是什么开源项目? 一个,Java 新的生态型应用开发框架。它从零开始构建,有自己的标准规范与开放生态(历时五年,已有全球第二级别的生态)。与其他框架相比,它解 ......
Solon
solon
插件
信创
v2
【Spring boot】整合tomcat底层原理
本文结论 源码基于spring boot2.6.6 项目的pom.xml中存在spring-boot-starter-web的时候,在项目启动时候就会自动启动一个Tomcat。 自动配置类ServletWebServerFac ......
spring
boot
tomcat
factory
class
如何提升springboot服务吞吐量
生产环境偶尔会有一些慢请求导致系统性能下降,吞吐量下降,下面介绍几种优化建议。 1、
undertow
替换tomcat 电子商务类型网站大多都是短请求,一般响应时间都在100ms ......
boot
import
org
监控
springframework
SpringBoot切换Tomcat容器
SpringBoot默认的容器为Tomcat, 依赖包在spring-boot-starter-web下 Xml代码 <dependencies> <dependency> <groupId>org.springframework. ......
boot
容器
SpringBoot
class
spring
Solon2 与 Spring Boot 的区别
1、与 Springboot 的常用注解比较 Solon 2.2.0 Springboot 2.7.8 说明 @Inject * @Autowired 注入Bean(by type) @Inject("name") @Qualifier+@Autowired ......
public
class
Spring
user
Solon
WildFly配置gzip压缩
使用jboss-cli.sh 执行下面的脚本 /subsystem=
undertow
/configuration=filter/gzip=gzipFilter:add() /subsystem=
undertow
/server=default-server/host=default- ......
压缩
gzip
配置
Gzip
IIS7
求教:Knife4jAggregationDesktop访问报错HTTP ERROR 404
(1)Windows Server 2019下面,java版本:c:\Users\WinUser01\.jdks\corretto-1.8.0_292\bin\java.exe(2)Knife4jAggregationDesktop启动正常:r:\SpringBootProj\Kni ......
报错
29
java
Knife4jAggregationDesktop
01
微服务开发平台 Spring Cloud Blade 部署实践
本文介绍使用 Rainbond 快速部署 Spring Cloud Blade 微服务平台。Spring Cloud Blade 是一个由商业级项目升级优化而来的微服务架构,采用Spring Boot 2.7 、Spring ......
blade
Spring
Cloud
jar
服务
jvm添加jmx远程监控
调JVM监控的时候需要远程连接机器,所以服务器需要开放JMX协议,配置如下。 现在我的项目是jboot-jfinal项目,用的是
undertow
容器,在启动脚本里面加入 JAVA_OPTS="- ......
远程
监控
JMX
配置
JVM
V2AS = Way To Ask
V2AS 一个技术分享与创造的静土
手机扫一扫
移动阅读更方便
近15日热搜文章
Paxos协议超级详细解释+简单实例
Linux下VCS2014和Verdi2015的联合使用
C++20初体验——concepts
4
Linux下安装ffmpeg,视频格式转换
5
Arduino 看门狗使用
6
UPX源码分析——加壳篇
7
Knockout.Js官网学习(数组observable)
8
华为路由交换综合实验 ---IA阶段
9
查看显卡报错:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
10
linux下生成动态库和链接动态库