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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ReactBffGatewayApplication
public ReactBffGatewayApplication()
-
-
Method Details
-
main
Launches the Spring Boot runtime.- Parameters:
args- command-line arguments passed by the runtime
-