Skip to content

Commit

Permalink
Add Spring Boot as a getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Aug 24, 2024
1 parent 50ca1b4 commit a3c4141
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ <h2 id="gettingstarted">Getting Started</h2>

</p>
The third step is to configure. Most configuration is just configuring logger names to levels, output, and formatting.
We will cover the two major ways to do this in the following two sub sections.
We will cover the major ways to do this in the following sub sections.

<h3 id="simple_spring_boot">Using Spring Boot</h3>

If using Spring Boot see <a href="#spring_boot">Rainbow Spring Boot Integration section</a>.

<h3 id="simple_example">Using System properties</h3>

Expand Down Expand Up @@ -976,7 +979,7 @@ <h3 id="system_logger">java.lang.System.Logger and java.util.logging</h3>
</em>
</p>

<h3 id="spring-boot">Spring Boot</h3>
<h3 id="spring_boot">Spring Boot</h3>

Rainbow Gum provides Spring Boot 3 or greater support that is maintained by the Rainbow Gum project.

Expand Down

0 comments on commit a3c4141

Please sign in to comment.