Skip to content

Commit

Permalink
Define path for App44Controller as spring boot 3 do not register a de…
Browse files Browse the repository at this point in the history
…fault one.
  • Loading branch information
chr-fritz committed Jan 25, 2023
1 parent d028742 commit ebd0abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@RestController
public class App44Controller {

@GetMapping
@GetMapping(path = "/")
public List<Base1> mapping1() {
return Arrays.asList(
new SomeClass1("property1"),
Expand Down

0 comments on commit ebd0abc

Please sign in to comment.