Skip to content

Commit

Permalink
Changes Application Name
Browse files Browse the repository at this point in the history
  • Loading branch information
HideyoshiNakazone committed Feb 24, 2024
1 parent 4f843ff commit 439496b
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 @@ -7,10 +7,10 @@
import org.springframework.security.crypto.password.PasswordEncoder;

@SpringBootApplication
public class BackendPortfolioApplication {
public class AuthServiceApplication {

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

@Bean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;

@DataJpaTest
class BackendPortfolioApplicationTests {
class AuthServiceApplicationTests {

@Test
void contextLoads() {
Expand Down

0 comments on commit 439496b

Please sign in to comment.