Skip to content

Commit

Permalink
deploy: a4c863f
Browse files Browse the repository at this point in the history
  • Loading branch information
wimdeblauwe committed Apr 24, 2024
1 parent b494822 commit 44c0a48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions 4.2.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ <h1>Error Handling Spring Boot Starter</h1>
<h2 id="goal"><a class="anchor" href="#goal"></a>1. Goal</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The goal of the project is to make it easy to have proper error responses for REST APIs build with Spring Boot.
Just like Spring Boot itself it takes an opinionated approach to how the response body should look like in the case of an error.</p>
<p>The goal of the project is to make it easy to have proper error responses for REST APIs built with Spring Boot.
Just like Spring Boot itself, it takes an opinionated approach to how the response body should look like in the case of an error.</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -1129,7 +1129,7 @@ <h4 id="validation"><a class="anchor" href="#validation"></a>3.5.1. Validation</
</td>
<td class="content">
<div class="paragraph">
<p>If you want to change the message for the global errors, the default Spring mechanismn to do see keeps working.</p>
<p>If you want to change the message for the global errors, the default Spring mechanism for that keeps working.</p>
</div>
<div class="paragraph">
<p>So use <code>{}</code> to indicate that Spring should search the <code>messages.properties</code> file:</p>
Expand Down Expand Up @@ -1955,7 +1955,7 @@ <h2 id="properties"><a class="anchor" href="#properties"></a>5. Properties</h2>
<p>Allows to set the HttpStatus response code to use for the full qualified name of an <code>Exception</code></p>
</div></div></td>
<td class="tableblock halign-left valign-top"><div class="content"><div class="paragraph">
<p><code>HttpStatus.INTERNAL_SERVER_ERROR</code> is used for custom exceptions have no specific response status set here.</p>
<p><code>HttpStatus.INTERNAL_SERVER_ERROR</code> is used for custom exceptions that have no specific response status set here.</p>
</div></div></td>
</tr>
<tr>
Expand Down Expand Up @@ -2051,7 +2051,7 @@ <h2 id="support"><a class="anchor" href="#support"></a>6. Support</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-06-23 06:11:00 UTC
Last updated 2024-04-24 06:15:35 UTC
</div>
</div>
</div>
Expand Down

0 comments on commit 44c0a48

Please sign in to comment.