Class MsUsersApplication

java.lang.Object
com.fiap.tech_challenge.parte1.ms_users.MsUsersApplication

@SpringBootApplication public class MsUsersApplication extends Object
Main entry point for the Users microservice application.

This class bootstraps the Spring Boot application context and starts the embedded server.

  • Constructor Details

    • MsUsersApplication

      public MsUsersApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Application main method used to run the Spring Boot application.
      Parameters:
      args - command-line arguments passed during application startup