Class StudentManagerApplication

java.lang.Object
com.markvarga21.studentmanager.StudentManagerApplication

@SpringBootApplication @Generated @EnableCaching public class StudentManagerApplication extends Object
A class holding the entrypoint of the application.
  • Constructor Details

    • StudentManagerApplication

      public StudentManagerApplication()
  • Method Details

    • main

      public static void main(String[] args)
      The entrypoint of the application.
      Parameters:
      args - The arguments passed to the application.