Alex Soto Bueno 是Red Hat的开发者体验总监,自 2017 年以来一直是 Java Champion。 Jason Porter 是一名首席软件工程师,在Red Hat从事中间件工程服务、Arquillian、Quarkus 和其他开发者体验项目。
Quarkus实战
Alex Soto Bueno
评分 暂无
Quarkus 建立在我们已熟知的基础技术之上。它使用 JPA、JAX-RS、Eclipse Vert.x、Eclipse MicroProfile 和 CDI 等一些熟悉的技术,并将这些技术组合到一个紧凑、易于部署、针对 OpenJDK Hotspot 或 GraalVM 的 Kubernetes 优化的容器中。 本书首先介绍Quarkus的基础知识;接着介绍Quark
Testing Java Microservice
Summary Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using