Skip to content

PacktPublishing/Building-Microservices-with-Micronaut

Repository files navigation

Building Microservices with Micronaut

Building Microservices with Micronaut

This is the code repository for Building Microservices with Micronaut, published by Packt.

A quick-start guide to building high-performance reactive microservices for Java developers

What is this book about?

With this Micronaut book, developers working with microservices will be able to put their knowledge to work effectively. The book follows a hands-on approach to all the aspects of building microservices such as development, testing, and maintenance, as well as associated methodologies that will have you up and running and productive in no time.

This book covers the following exciting features:

  • Understand why Micronaut is best suited for building microservices
  • Build web endpoints and services in the Micronaut framework
  • Safeguard microservices using Session, JWT, and OAuth in Micronaut
  • Get to grips with event-driven architecture in Micronaut
  • Discover how to automate testing at various levels using built-in tools and testing frameworks
  • Deploy your microservices to containers and cloud platforms
  • Become well-versed with distributed logging, tracing, and monitoring in Micronaut
  • Get hands-on with the IoT using Alexa and Micronaut

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

Intellij Fix for Mac -Djps.track.ap.dependencies=false

Updating Mac Issue fix for Intellij Intellij --> Preferences --> Compiler --> User-local build process VM Options (overrides Shared Options): -Djps.track.ap.dependencies=false

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

@KafkaClient
public interface VetReviewClient {
@Topic("vet-reviews")
void send(@Body VetReviewDTO vetReview);
}

Following is what you need for this book: This book is for developers who have been building microservices on traditional frameworks such as Spring Boot and are looking for a faster alternative. Intermediate-level knowledge of Java programming and implementing web services development in Java is required.

With the following software and hardware list you can run all code files present in the book (Chapter 1-11).

Software and Hardware List

Chapter Software required OS required
1-11 Java JDK Windows, Mac OS X, and Linux (Any)
1-11 Maven Windows, Mac OS X, and Linux (Any)
1-11 Git Windows, Mac OS X, and Linux (Any)
1-11 PostgreSQL Windows, Mac OS X, and Linux (Any)
1-11 MongoDB Windows, Mac OS X, and Linux (Any)
1-11 Docker Windows, Mac OS X, and Linux (Any)
1-11 REST Client Windows, Mac OS X, and Linux (Any)
1-11 IntelliJ IDE Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Authors

Nirmal Singh is entrepreneurial-spirited and a renaissance mind technology leader, with 10+ years of broad and unique cross-domain experience in handling complex inter-disciplinary requirements and leading high performing software development teams and delivering robust software solutions. He has worked in various techno-functional roles, serving health-tech, fin-tech, retail and social commerce verticals in both the product and consulting engagements. He is currently leading a product engineering group at CGI to re-engineer a classic mission critical wealth application.

Mohammed Zackria Arshid is an Award Winning Speaker, Technologist, and Leader. He has 15+ Years of Experience in IT Software Product Development, BigData, Machine Learning, Mobile Apps, Blockchain, Payments, Agile Transformation, and Enterprise Architecture. He has worked in 13 countries across Europe, North America and Asia. He has done vaious certifications in Oracle Certified Professional, Java SE6 Programmer, Oracle PL/SQL Developer Certified Associate, IBM Certified Database Associate- DB2 Fundamentals, IBM Certified Academic Associate and IBM Certified Associate Developer- RAD for WebSphere V6.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781800564237

About

Building Microservices with Micronaut, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages