Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
UnirCs committed Jan 2, 2024
1 parent fef5a76 commit 8a0a7c0
Showing 1 changed file with 2 additions and 2 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 ProductsApplication {
public class MySqlProductsApplication {

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

}

0 comments on commit 8a0a7c0

Please sign in to comment.