We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e2488 commit 7c600ccCopy full SHA for 7c600cc
src/main/java/pack/Spring02Application.java
@@ -10,7 +10,7 @@
10
public class Spring02Application {
11
@GetMapping("/")
12
public String tiger() {
13
- return "Spring02:1530";
+ return "Spring02:0913";
14
}
15
public static void main(String[] args) {
16
SpringApplication.run(Spring02Application.class, args);
0 commit comments