Class TelegramForwarderBotApplication

java.lang.Object
io.github.yvasyliev.forwarder.telegram.bot.TelegramForwarderBotApplication

@ConfigurationPropertiesScan @EnableAsync @EnableJpaAuditing @EnableJpaRepositories @EntityScan @EnableScheduling @SpringBootApplication public class TelegramForwarderBotApplication extends Object
Main application class for the Telegram Forwarder Bot. This class serves as the entry point for the Spring Boot application. It enables various features such as aspect-oriented programming, asynchronous processing, JPA auditing, and scheduling.
  • Constructor Details

    • TelegramForwarderBotApplication

      public TelegramForwarderBotApplication()