mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-23 00:52:10 +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