Closed
Description
Hi,
We are using WebFlux with Spring's default login pages. However the CSSs that are used are on the internet and we are on a network with no internet access.
Our project has the relevant Bootstrap CSS files embedded. How can I cause the default login mechanism to use these files?
(I know that I can implement my own Thymeleaf version to get around this. I just don't want to go through the hassle of rebuilding .m2 from a POM on an internet PC and having the .m2 checked by our security team before importing into our closed network).