Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spring Boot Web: add exception handler #242

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

pascalgrimaud
Copy link
Member

Fix #217

@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #242 (c24908a) into main (a3253bb) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #242   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       418       424    +6     
===========================================
  Files             75        75           
  Lines           1288      1321   +33     
  Branches          32        32           
===========================================
+ Hits            1288      1321   +33     
Impacted Files Coverage Δ
...b/application/SpringBootWebApplicationService.java 100.00% <100.00%> (ø)
...or/server/springboot/web/domain/SpringBootWeb.java 100.00% <100.00%> (ø)
...ingboot/web/domain/SpringBootWebDomainService.java 100.00% <100.00%> (ø)
...e/beans/SpringBootWebServiceBeanConfiguration.java 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a3253bb...c24908a. Read the comment docs.

@pascalgrimaud pascalgrimaud merged commit 2b8cf47 into main Nov 26, 2021
@pascalgrimaud pascalgrimaud deleted the spring-boot-web-exception-handler branch November 26, 2021 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spring Boot Web: manage exception handler
1 participant