发布于 2015-12-02 00:32:01 | 150 次阅读 | 评论: 0 | 来源: 网友投递
Microserver Java 微服务框架
Microserver 是一个零配置、基于标准的身经百战的库,用来运行 Java REST 微服务,通过 Java 标准 main 类执行。从 2014 年开始就一直在 AOL 生产环境中使用。
Microserver v0.76 发布,更新如下:
Host name configurable via a property (host.address)
Registry can use caller ip addresses (set host.address=use-ip)
IP forwarding header configurable
Filter mapping configurable
EBay CORs filter now included and is the default
micro-boot apps (Microserver with Spring Boot) can now use the standard @Microserver annotation and configuration
cyclops to 6.2.0
simple-react to 0.99.5
hikariCP to 2.4.2
Make full standard Microserver configuration available to micro-boot
Add endpoint field to registry information so VIPs / load balancers visible in application register
Make VIP / Load balancer client IP forwarding header configurable
Application Registry should optionally use sender's ip address instead of the send hostname
更多内容及下载页面:0.76
Microserver 是一个零配置、基于标准的身经百战的库,用来运行 Java REST 微服务,通过 Java 标准 main 类执行。从 2014 年开始就一直在 AOL 生产环境中使用。
框架结构: