Class ShopManagementApplication

java.lang.Object
com.glowmart.shop_management.ShopManagementApplication

@SpringBootApplication public class ShopManagementApplication extends Object
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 Details

    • ShopManagementApplication

      public ShopManagementApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Main method that launches the Spring Boot application.
      Parameters:
      args - command-line arguments passed to the application