Package com.wilfredmorgan.api.config
Contains all the classes related to configurations.
Also see:
application.properties.
-
Class Summary Class Description AuthorizationServerConfig This class enables and configures the Authorization Server.DataSourceConfig Class to set up which database is to be used for the applicationResourceServerConfig Once the client has gained authorization, users need to gain authentication.SecurityConfig This class allows us to set standard security protocols to be used throughout the application, such as password encoding, location of token store, our implementation of users, among othersSimpleCorsFilter Swagger2Config Configures the default Swagger DocumentationSwaggerWebMVC The application turns off any automatic web page generate done by Spring.