- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 129字
- 2021-07-08 09:34:59
Getting ready
As I previously mentioned, we will run most of the recipes using the Spring Boot Framework which eases the development of applications based on the Spring Framework. So to run this recipe, you just need an environment where you can download some files from the internet, Java 8 properly configured on your machine, and the CURL tool.
CURL is a tool which allows you to run HTTP requests through the command line. It is available by default in Linux and Mac OS environments, so if you are running the recipes on Windows you should install it first. This tool can be downloaded from https://curl.haxx.se/download.html and to install it, you just have to unpack it and add the path for binaries to the PATH environment variable of Windows.
推薦閱讀
- HTML5 移動Web開發從入門到精通(微課精編版)
- Java程序設計與計算思維
- Essential Angular
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Learning Python Design Patterns
- Building Microservices with .NET Core
- Managing Microsoft Hybrid Clouds
- 零代碼實戰:企業級應用搭建與案例詳解
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- QlikView Unlocked
- JavaScript從入門到精通(視頻實戰版)
- 企業級Java現代化:寫給開發者的云原生簡明指南
- Node.js應用開發
- 和孩子一起學編程:用Scratch玩Minecraft我的世界
- 高質量程序設計指南:C++/C語言