Package edu.ucsb.cs156.frontiers
Class FrontiersMain
java.lang.Object
edu.ucsb.cs156.frontiers.FrontiersMain
The FrontiersMain class is the main entry point for the application.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.ApplicationRunner
Hook that can be used to set up any services needed for developmentstatic void
The main method is the entry point for the application.static org.springframework.context.support.PropertySourcesPlaceholderConfigurer
See: https://www.baeldung.com/spring-git-information
-
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
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
-