Chapter 11
- Microservices scale easily, provide high redundancy, and are programming language-agnostic.
- Microservices require additional infrastructure, are harder to debug, and are more challenging when dealing with data consistency and transactionality.
- You can configure the Maven Resources Plugin to include resources from multiple locations by using the
resources
configuration and adding an entry for each location. - The Maven Exec plugin allows the execution of programs and Java programs in separate processes.
- To include additional resources in a native image, you can use the
quarkus.native.resources.includes
configuration property or theresources-config.json
configuration file.