8.2 Service Discovery 8.2 Service Discovery Service Discovery enables Microservices to find each other without knowing the physical location or IP address of associated services...
8.2.3 Kubernetes Support 8.2.3 Kubernetes Support Kubernetes is a container runtime which has a whole bunch of features including integrated Service Discovery and Distributed C...
16.1 Multi-Tenancy GORM 16.1 Multi-Tenancy GORM GORM supports Multi-tenancy and integrates with Micronaut. To use Micronaut and GORM multitenancy capabilities you must have t...
7.3.1 Customizing Parameter Binding Type Based Binding Parameters Custom Binding Binding By Annotation Binding By Type 7.3.1 Customizing Parameter Binding The previous exam...
Property Type Conversion Duration Conversion List / Array Conversion Readable Bytes Formatting Dates Property Type Conversion When resolving properties Micronaut will use t...
Property Type Conversion Duration Conversion List / Array Conversion Readable Bytes Formatting Dates Property Type Conversion When resolving properties Micronaut will use t...
6.13.1 Using the @Body Annotation 6.13.1 Using the @Body Annotation To parse the request body, you first need to indicate to Micronaut the parameter which will receive the data...
6.11.1 Using the @Body Annotation 6.11.1 Using the @Body Annotation To parse the request body, you first need to indicate to Micronaut the parameter which will receive the data...
6.11.1 Using the @Body Annotation 6.11.1 Using the @Body Annotation To parse the request body, you first need to indicate to Micronaut the parameter which will receive the data...
2.3 Setting up an IDE 2.3 Setting up an IDE The application created in the previous section contains a “main class” located in src/main/java that looks like the following: im...