Class TelegramForwarderBotApplication

java.lang.Object
io.github.yvasyliev.telegramforwarderbot.TelegramForwarderBotApplication

@ConfigurationPropertiesScan @EnableAspectJAutoProxy @EnableAsync @EnableJpaAuditing @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()
  • Method Details

    • main

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