#microservices
Read more stories on Hashnode
Articles with this tag
Call Superheroes via Command Center · Introduction In Microservices we will always have more than one service interacting with each other. One of the...
Caching with Micronaut · Introduction Any framework needs to be fast enough to deliver content , Micronaut is no different. In order to deliver content...
Micronaut, Java and Testcontainer · Till not we have been able to create the application in Micronaut using JDBC using the H2 database. We even were able...
Reactive JDBC with Micronaut · In the last lecture, we saw how to save the superheroes in the database. While it is fine to give a home (Database) to our...
Micronaut JDBC Data in action · In our series we have created an application which can call superheroes to save the world. But every time we call the...
In last section we saw , how easy it was to create a project with micronaut. We created our universe savior heroes and called them through our url...