- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 141字
- 2021-07-08 09:34:56
What you need for this book
To run the recipes presented in this book, you will basically need JDK 8, Maven, MySQL, and Redis. JDK 8 can be downloaded at http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html . You can download and read the installation instructions for Maven at https://maven.apache.org/download.cgi. To install MySQL, download the community version for your Operational System (OS) at https://dev.mysql.com/downloads/. Some recipes rely on Redis, which can be downloaded here: https://redis.io/download. To interact with the applications that will be created during the recipes, you also need a tool to send HTTP requests to the APIs presented. The recommended tools are CURL, which can be downloaded at https://curl.haxx.se/download.html and PostMan which can be downloaded at https://www.getpostman.com/.
In addition, so that you can write the code presented throughout the recipes, you will also need a Java IDE and Android Studio for native mobile Client recipes.
- Java程序設計與開發
- 高效微控制器C語言編程
- Building a Home Security System with Raspberry Pi
- Unity 2020 Mobile Game Development
- OpenCV 3和Qt5計算機視覺應用開發
- Visual C++串口通信技術詳解(第2版)
- Python應用輕松入門
- JavaScript從入門到精通(第3版)
- GeoServer Beginner's Guide(Second Edition)
- Big Data Analytics
- Modular Programming in Java 9
- Learning OpenStack Networking(Neutron)
- 批調度與網絡問題的組合算法
- ASP.NET開發與應用教程
- HTML5從入門到精通(第4版)