Package edu.cnm.deepdive.interviewprep
Class InterviewprepServerApplication
- java.lang.Object
-
- edu.cnm.deepdive.interviewprep.InterviewprepServerApplication
-
@SpringBootApplication public class InterviewprepServerApplication extends Object
This is the main class that initiates the Spring server application.
-
-
Constructor Summary
Constructors Constructor Description InterviewprepServerApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
The main entry point to the server application.
-
-
-
Method Detail
-
main
public static void main(String[] args)
The main entry point to the server application.- Parameters:
args
- A String array of arguments.
-
-