Class AuthServiceApplication

java.lang.Object
com.greenloop.auth_service.AuthServiceApplication

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

    • AuthServiceApplication

      public AuthServiceApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Boots the Spring application.
      Parameters:
      args - CLI args