Class MsUsersApplication
java.lang.Object
com.fiap.tech_challenge.parte1.ms_users.MsUsersApplication
Main entry point for the Users microservice application.
This class bootstraps the Spring Boot application context and starts the embedded server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MsUsersApplication
public MsUsersApplication()
-
-
Method Details
-
main
Application main method used to run the Spring Boot application.- Parameters:
args
- command-line arguments passed during application startup
-