Tuesday, April 30, 2019

Micronaut Tutorial: Server Application

In this part of my tutorial series on the Micronaut framework we are going to create a simple HTTP server-side application running on Netty. We have already discussed the most interesting core features of Micronaut like beans, scopes, and unit testing in the first part of this series. For more details you may refer to my article Micronaut Tutorial: Beans and Scopes.

Assuming that we have a basic knowledge of the core mechanisms of Micronaut, we may proceed to the key part of that framework and discuss how to build simple microservice application exposing a REST API over HTTP.



from DZone.com Feed http://bit.ly/2GHW9nN

No comments:

Post a Comment