Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Spring Boot 2.0 Projects

You're reading from   Spring Boot 2.0 Projects Build production-grade reactive applications and microservices with Spring Boot

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789136159
Length 336 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Sadakath Sadakath
Author Profile Icon Sadakath
Sadakath
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Title Page
Copyright and Credits
Dedication
Packt Upsell
Contributors
Preface
1. Introduction FREE CHAPTER 2. Building a Basic Web Application 3. Building a Simple Blog Management System 4. Introduction to Kotlin 5. Building a Reactive Movie Rating API Using Kotlin 6. Building an API with Reactive Microservices 7. Building a Twitter Clone with Spring Boot 8. Introducing Spring Boot 2.0 Asynchronous 9. Building an Asynchronous Email Formatter 1. Assessments 2. Other Books You May Enjoy Index

Chapter 9, Building an Asynchronous Email Formatter


  1. The@EnableJpaRepositories annotation is to the set the base package where repositories are available. @EnableTransactionManagement is used to enable Spring JPA Transaction manager.
  2. Apache Kafka is a production grade, high-performing, scalable, fault-tolerant messaging platform. In the application, however, we will be using Apache Kafka topic as a message queue. Also, Spring Kafka library will be used to enable easy communication with Apache Kafka. Spring Kafka provides templates and listeners to both produce to and consumes from Apache Kafka topics easily.
  3. Apache Freemarker is used to generate the HTML body that will be embedded into the body of the email that will be sent when reset password requests are received.
  4. SMTP stands for Simple Mail Transfer Protocol. SMTP is used to send emails from one server to another.
  5. Spring Security is a widely-used project that enables authentication and authorization using many different mechanisms such as form-based logic, header-based login (Basic), and more.
  6. PasswordEncoder is used to encode passwords using popular algorithms such as BCrypt, SCrypt, SHA-256, etc for protection.
  7. fakeSMTP is a dummy SMTP server that can be used for testing purposes. This SMTP will not send an email to the actual recipient.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images