Skip to content

Commit d2f148c

Browse files
authored
Update Application.java
1 parent e884dc1 commit d2f148c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-crud/src/main/java/com/baeldung/crud/Application.java

+1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ public class Application {
1919
public static void main(String[] args) {
2020
SpringApplication.run(Application.class, args);
2121
}
22+
2223
}

0 commit comments

Comments
 (0)