- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 105字
- 2021-06-24 19:17:33
Creating the REST resources
Now, we have an application up and running in this section, and we will add some REST endpoints and model some initial classes for the CMS application, the REST endpoints will be useful for the AngularJS integration.
One of the required characteristics for the APIs is the documentation, and a popular tool to help us with these tasks is Swagger. The Spring Framework supports Swagger, and we can do it with a couple of annotations. The project's Spring Fox is the correct tool to do this, and we will take a look at the tool in this chapter.
Let's do this.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- WildFly:New Features
- UML和模式應用(原書第3版)
- 大學計算機基礎實驗教程
- Reactive Programming with Swift
- Podman實戰
- 實戰Java高并發程序設計(第3版)
- NetBeans IDE 8 Cookbook
- RealSenseTM互動開發實戰
- Oracle GoldenGate 12c Implementer's Guide
- 軟件測試教程
- Rust游戲開發實戰
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Laravel Application Development Blueprints