Articles in this series
Calling Super Heroes With Faker and Micronaut · Micronaut is one of the java framework which can be used to create a Java microservices which are fast,...
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...
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...
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, 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...
Caching with Micronaut · Introduction Any framework needs to be fast enough to deliver content , Micronaut is no different. In order to deliver content...