Springboot assembly characteristics (depending on the default assembly, there is a dependency on the assembly)
1,application in the mother bag
2, dependent files can not be misplaced, Springboot will be based on the default configuration of the integration well, with the profile of the refinement will be combined with the configuration file (dependency is configured)
For example, relying on CAs, even if not configured, will be integrated by default, which will cause access to enter the password
Whitelabel Error Page
This application have no explicit mapping for/error, so is seeing this as a fallback.
Fri APR 11:22:46 CST 2017
There is an unexpected error (type=unauthorized, status=401).
Full authentication are required to access this resource
Workaround:
Or go to the CAS dependent
or configure CAs.
To integrate what modules are integrated in code, instead of configuration files, there are generally integrated configuration classes, supported by the Bean class of the Overwrite