- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Apache Spark 2.x Machine Learning Cookbook
- C# Programming Cookbook
- Machine Learning with R Cookbook(Second Edition)
- 華為HMS生態與應用開發實戰
- Jupyter數據科學實戰
- Apache Spark 2.x for Java Developers
- Spring Boot實戰
- Test-Driven JavaScript Development
- Zabbix Performance Tuning
- ActionScript 3.0從入門到精通(視頻實戰版)
- Practical GIS
- Getting Started with React VR
- Arduino電子設計實戰指南:零基礎篇
- Koa與Node.js開發實戰