- 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.
推薦閱讀
- 精通Nginx(第2版)
- Python從小白到大牛
- Web Scraping with Python
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- PowerCLI Cookbook
- C語言程序設(shè)計(jì)案例式教程
- Learn React with TypeScript 3
- Unreal Engine 4 Shaders and Effects Cookbook
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)項(xiàng)目化教程
- Kotlin極簡教程
- Building Slack Bots
- Java EE架構(gòu)設(shè)計(jì)與開發(fā)實(shí)踐
- MySQL核心技術(shù)與最佳實(shí)踐
- Cinder:Begin Creative Coding
- Python深度學(xué)習(xí):基于PyTorch