Skip to content

Commit

Permalink
#Fix: Application 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gytjd committed Oct 30, 2024
1 parent 54ca461 commit 0cbbd8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class McpBacendMemberApplication {
public class McpBackendMemberApplication {

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

}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class McpBacendMemberApplicationTests {
class McpBackendMemberApplicationTests {

@Test
void contextLoads() {
Expand Down

0 comments on commit 0cbbd8c

Please sign in to comment.