Spring Shell
Spring Shell项目提供了一个交互式的Shell,允许您使用基于Spring的编程模型插入自定义命令。
介绍
Spring Shell项目的用户可以根据Spring Shell jar和添加自己的命令轻松构建一个完整的Shell(aka命令行)应用程序(作为Spring bean的方法)。
创建一个命令行应用程序可以是有用的,例如与您的项目的REST...
Spring Web Service
Spring Web Services aims to facilitate contract-first SOAP service development,
allowing for the creation of flexible web services using one of the many ways to manipulate XML ...
Spring Web Flow
Spring Web Flow builds on Spring MVC and allows implementing the “flows” of a web application.
A flow encapsulates a sequence of steps that guide a user through the execution of s...
Spring HATEOAS
Spring HATEOAS provides some APIs to ease creating REST representations that follow the
HATEOAS principle when working with Spring and especially Spring MVC.
The core problem it t...
Spring Batch
Spring Batch provides reusable functions that are essential in processing large volumes of records, including logging/tracing,
transaction management, job processing statistics, job ...
Spring Rest Docs
Spring REST Docs helps you to document RESTful services.
It combines hand-written documentation written with Asciidoctor
and auto-generated snippets produced with Spring MVC Tes...