Package com.dmasone.identity
Class IdentityServiceApplication
java.lang.Object
com.dmasone.identity.IdentityServiceApplication
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
IdentityServiceApplication
public IdentityServiceApplication()
-
-
Method Details
-
main
Starts the Spring Boot application.- Parameters:
args- command-line arguments passed by the runtime
-