Skip to content

Commit

Permalink
Update ServerApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
gkfktkrh153 authored Jul 10, 2023
1 parent 2e3860f commit e011820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/site/bidderown/server/ServerApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class ServerApplication {

public static void main(String[] args) {
SpringApplication.run(ServerApplication.class, args);//
SpringApplication.run(ServerApplication.class, args);////
}

@Bean
Expand Down

0 comments on commit e011820

Please sign in to comment.