- 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.
推薦閱讀
- Learning Scala Programming
- C程序設(shè)計(jì)簡明教程(第二版)
- 樂學(xué)Web編程:網(wǎng)站制作不神秘
- Java Web基礎(chǔ)與實(shí)例教程
- Python Data Analysis(Second Edition)
- iOS編程基礎(chǔ):Swift、Xcode和Cocoa入門指南
- Python數(shù)據(jù)分析從0到1
- Mastering Drupal 8 Views
- 深入淺出React和Redux
- C++20高級(jí)編程
- Learning Node.js for .NET Developers
- Unity 3D腳本編程:使用C#語言開發(fā)跨平臺(tái)游戲
- 精通MySQL 8(視頻教學(xué)版)
- Java程序設(shè)計(jì)與項(xiàng)目案例教程
- 從零開始學(xué)算法:基于Python