Package com.dani.bff

Class ReactBffGatewayApplication

java.lang.Object
com.dani.bff.ReactBffGatewayApplication

@SpringBootApplication @EnableConfigurationProperties({DownstreamProperties.class,JwtSecurityProperties.class}) public class ReactBffGatewayApplication extends Object
Starts the React BFF Gateway application and enables typed external configuration.
  • Constructor Details

    • ReactBffGatewayApplication

      public ReactBffGatewayApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Launches the Spring Boot runtime.
      Parameters:
      args - command-line arguments passed by the runtime