August 2018
Intermediate to advanced
372 pages
9h 29m
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: "This object is represented by a Servlet interface."
A block of code is set as follows:
@RunWith(SpringRunner.class)@SpringBootTestpublic class ContextAwareTest { @Autowired ClassUnderTest classUnderTest; @Test public void validateAutowireWorks() throws Exception { Assert.assertNotNull(classUnderTest); }}
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
@Servicepublic class MyCustomUsersDetailService implements ...
Read now
Unlock full access