Package com.greenloop.auth_service
Class AuthServiceApplication
java.lang.Object
com.greenloop.auth_service.AuthServiceApplication
Entry point for the Auth Service application.
This service is responsible for user authentication, registration, and verification. It issues JWTs that are consumed by the API gateway and other microservices.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AuthServiceApplication
public AuthServiceApplication()
-
-
Method Details
-
main
Boots the Spring application.- Parameters:
args- CLI args
-