Package com.glowmart.shop_management
Class ShopManagementApplication
java.lang.Object
com.glowmart.shop_management.ShopManagementApplication
Entry point for the GlowMart Shop Management application.
This class bootstraps the Spring Boot application by invoking
SpringApplication.run(Class, String...). It enables auto-configuration,
component scanning, and configuration properties through the
SpringBootApplication annotation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShopManagementApplication
public ShopManagementApplication()
-
-
Method Details
-
main
Main method that launches the Spring Boot application.- Parameters:
args- command-line arguments passed to the application
-