mirror of
https://gitee.com/dcren/initializr.git
synced 2026-08-10 11:13:34 +08:00
Using UrlAssert#isEqualsTo may lead to incorrect comparison based on local DNS resolution setup. The intention here is to compare the String literal anyway. See gh-1151