Skip to content

Commit

Permalink
refactor: 패키지명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsu5582 committed Jul 15, 2024
1 parent a9d37c1 commit 72e251c
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
@@ -1,12 +1,12 @@
package corea.backend;
package corea;

import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

@SpringBootApplication
public class BackendApplication {

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package corea.backend;
package corea;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
Expand Down

0 comments on commit 72e251c

Please sign in to comment.