Class FrontiersMain

java.lang.Object
edu.ucsb.cs156.frontiers.FrontiersMain

@SpringBootApplication @EnableAsync @EnableScheduling public class FrontiersMain extends Object
The FrontiersMain class is the main entry point for the application.
  • Constructor Details

    • FrontiersMain

      public FrontiersMain()
  • Method Details

    • developmentApplicationRunner

      @Profile("development") @Bean public org.springframework.boot.ApplicationRunner developmentApplicationRunner()
      Hook that can be used to set up any services needed for development
    • main

      public static void main(String[] args)
      The main method is the entry point for the application.
      Parameters:
      args - command line arguments, typically unused for Spring Boot applications
    • placeholderConfigurer

      @Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer placeholderConfigurer()
      See: https://www.baeldung.com/spring-git-information
      Returns:
      a propertySourcePlaceholderConfigurer for git.properties