Skip to content

Commit

Permalink
Update config-yaml.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
iqnev authored and holly-cummins committed Feb 8, 2024
1 parent 0fae3b8 commit d86a86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/config-yaml.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ YAML and JSON structures can be read in an application.yaml file.

Certainly, here's a step-by-step guide on how to use complex configuration structures with Quarkus:

<1> Define Your Configuration Interface.
* Define Your Configuration Interface.

[source,java]
----
Expand All @@ -234,7 +234,7 @@ public interface ServiceConfig {
}
----

<2> Create the appropriate JSON structure and store it in a YAML file.
* Create the appropriate JSON structure and store it in a YAML file.

[source,yaml]
----
Expand Down

0 comments on commit d86a86a

Please sign in to comment.