| | |
| | | import org.springframework.boot.SpringApplication; |
| | | import org.springframework.boot.autoconfigure.SpringBootApplication; |
| | | import org.springframework.context.annotation.Bean; |
| | | import org.springframework.context.support.PropertySourcesPlaceholderConfigurer; |
| | | import org.springframework.scheduling.annotation.EnableScheduling; |
| | | |
| | | /** |
| | |
| | | " | | \\ / \\ / \n" + |
| | | " ''-' `'-' `-..-' "); |
| | | } |
| | | |
| | | @Bean |
| | | public static PropertySourcesPlaceholderConfigurer placeholderConfigurer() { |
| | | PropertySourcesPlaceholderConfigurer c = new PropertySourcesPlaceholderConfigurer(); |
| | | c.setIgnoreUnresolvablePlaceholders(true); |
| | | return c; |
| | | } |
| | | } |