Skip to content

Commit 50a6b01

Browse files
Initial commit
1 parent 078ed96 commit 50a6b01

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/java/com/example/springboot_githubaction_flow/SpringbootGithubactionFlowApplication.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
@SpringBootApplication
77
public class SpringbootGithubactionFlowApplication {
8-
8+
/**
9+
* Spring Boot GitHub Action Flow Application
10+
* @param args
11+
*/
912
public static void main(String[] args) {
1013
SpringApplication.run(SpringbootGithubactionFlowApplication.class, args);
1114
}

0 commit comments

Comments
 (0)