August 2019
Intermediate to advanced
256 pages
6h 43m
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The checks array object type consists of a required name and status string, along with an optional data object that contains optional key and value pairs."
A block of code is set as follows:
package org.eclipse.microprofile.health;@FunctionalInterfacepublic interface HealthCheck { HealthCheckResponse call();}
Any command-line input or output is written as follows:
Scotts-iMacPro:jwtprop starksm$ curl http://localhost:8080/jwt/secureHello; echoNot authorized
Bold: Indicates a new ...
Read now
Unlock full access