Skip to content

Commit

Permalink
Merge branch '4.6.x' into 4.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Nov 22, 2024
2 parents ecb5477 + b7e5c0a commit 79a6244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/config.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Micronaut features a flexible configuration mechanism that allows reading configuration from a variety of sources into a unified model that can be bound to Java types annotated with <<configurationProperties, @ConfigurationProperties>>.

Configuration can by default be provided in Java properties files or https://www.json.org/json-en.html[JSON] with the ability to add support for more formats (such as YAML or Groovy configuration) by adding addition third-party libraries to your classpath. The convention is to search for a file named `application.properties` or `application.json` with support for other formats requiring additional dependencies as described by the following table:
Configuration can by default be provided in Java properties files or https://www.json.org/json-en.html[JSON] with the ability to add support for more formats (such as YAML or Groovy configuration) by adding additional third-party libraries to your classpath. The convention is to search for a file named `application.properties` or `application.json` with support for other formats requiring additional dependencies as described by the following table:

.Supported Configuration Formats
|===
Expand Down

0 comments on commit 79a6244

Please sign in to comment.