在mybatis中url对应的i放我用了引用配置但是没有成功,是为什么

问题遇到的现象和发生背景

就是想把里面的url调用成为外面使用的配置文件

问题相关代码,请勿粘贴截图

修改后:

url=jdbc:mysql://localhost:3306/meeting?useSSL=false&serverTimezone=GMT&useUnicode=true&characterEncoding=UTF-8
<property name="url" value="${url}"/>

修改前:

<property name="url" value="jdbc:mysql://localhost:3306/meeting?useSSL=false&amp;serverTimezone=GMT&amp;useUnicode=true&amp;characterEncoding=UTF-8"/>
我想要达到的结果

如何解决这个问题。

https://blog.csdn.net/Lu_QQ/article/details/105849767