Class RestServiceApplication
java.lang.Object
org.codewithmagret.RestServiceApplication
Main application class for the RESTful service,
responsible for bootstrapping the Spring Boot application.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for the RestServiceApplication class. -
Method Summary
-
Constructor Details
-
RestServiceApplication
public RestServiceApplication()Default constructor for the RestServiceApplication class. This constructor is required by Spring Boot to create an instance of the application.
-
-
Method Details
-
main
The entry point of the application, which starts the Spring Boot context.- Parameters:
args- command-line arguments (not used)
-