Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
@Autowired annotation 39
using 36, 37
@Component annotation 39
@ComponentScan annotation 29
@DependsOn annotation 33
@Import annotation 32, 33
@Inject annotation 37, 39
@Primary annotation
purpose 39, 40
@Qualifier annotation 38
@Repository annotation 77
@Resource annotation 39
@Service annotation 39
@Value annotation
using 40
A
Actuator 351
Actuator dependency
added, through coding to create Docker image 265, 266
Actuator endpoints
reference link 265
Advice 42
alias 27, 392
Amazon Web Services (AWS) 5
annotations
used, for configuring bean’s metadata 36
anonymous query 387
Ant matchers 173
API implementation 162
createUser() implementation 165-167
findUserByUsername(), implementing 164
...