Skip to content

Commit

Permalink
test: 무중단 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdozzi committed Apr 17, 2024
1 parent 22f6298 commit f42c865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/genius/gitget/GitgetApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@EnableJpaAuditing
@EnableMongoRepositories
public class GitgetApplication {
// 자동화 배포 테스트
public static void main(String[] args) {
SpringApplication.run(GitgetApplication.class, args);
}
Expand Down

0 comments on commit f42c865

Please sign in to comment.