Class InterviewprepServerApplication


  • @SpringBootApplication
    public class InterviewprepServerApplication
    extends Object
    This is the main class that initiates the Spring server application.
    • Constructor Detail

      • InterviewprepServerApplication

        public InterviewprepServerApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        The main entry point to the server application.
        Parameters:
        args - A String array of arguments.