Class IdentityServiceApplication

java.lang.Object
com.dmasone.identity.IdentityServiceApplication

@SpringBootApplication public class IdentityServiceApplication extends Object
Entry point for the Identity Service application.

The application is intentionally placed in the root package so Spring Boot can discover controllers, services, repositories, and infrastructure components across the whole com.dmasone.identity namespace.

  • Constructor Details

    • IdentityServiceApplication

      public IdentityServiceApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Starts the Spring Boot application.
      Parameters:
      args - command-line arguments passed by the runtime