Microserver v0.76 发布,更新如下:
micro-application-register enhancements
Host name configurable via a property (host.address)
Registry can use caller ip addresses (set host.address=use-ip)
micro-ip-tracker enhancements
IP forwarding header configurable
Filter mapping configurable
micro-CORs enhancements
EBay CORs filter now included and is the default
micro-boot enhancements
micro-boot apps (Microserver with Spring Boot) can now use the standard @Microserver annotation and configuration
Dependency updates
cyclops to 6.2.0
simple-react to 0.99.5
hikariCP to 2.4.2
Feature Tracking
CORs module needs enhanced
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
Make host name configurable for application registry
Microserver 是一个零配置、基于标准的身经百战的库,用来运行 Java REST 微服务,通过 Java 标准 main 类执行。从 2014 年开始就一直在 AOL 生产环境中使用。
下载地址:https://github.com/aol/micro-server/tree/0.76
来自:开源中国社区

