Class Application

java.lang.Object
com.example.blogs.app.Application

@SpringBootApplication @EnableScheduling public class Application extends Object
Main entry point for the Blog API Spring Boot application.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • main

      public static void main(String[] args)
      Main method that bootstraps the Spring Boot application.
      Parameters:
      args - command-line arguments passed to the application