Skip to content

Commit

Permalink
disabling errorMvc
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Jan 17, 2025
1 parent 4b7a19f commit 8312b84
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration;

@SpringBootApplication
@SpringBootApplication(exclude = {ErrorMvcAutoConfiguration.class})
public class DebtPositionsApplication {

public static void main(String[] args) {
Expand Down

0 comments on commit 8312b84

Please sign in to comment.