发布于 2016-05-30 01:54:11 | 152 次阅读 | 评论: 0 | 来源: 网友投递
Microserver Java 微服务框架
Microserver 是一个零配置、基于标准的身经百战的库,用来运行 Java REST 微服务,通过 Java 标准 main 类执行。从 2014 年开始就一直在 AOL 生产环境中使用。
Microserver 0.84 发布了,
值得关注的内容如下:
All Microserver Module configuration options respected
Improved error warning with MicroserverApp#start called
Support for Servlets, Filters and ContextListeners configured in Microserver Plugins
Ability to inject Spring Beans as JAX-RS resources via the JaxRsResource annotation (which extends Component) or JaxRsResourceWrapper (for use with Configuration Beans)
Plugin and Module interfaces return JDK collection interfaces rather than extended collection types
‘Directory’ Cleaner facility added
Ability to upload / create an empty file
Greater configurability of the eBay CORs filter
Spring Boot to 1.3.5.RELEASE
Spring to 4.2.6.RELEASE