mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +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