设置/使用 变量

<-- 设置变量名 -->
<properties>
    <spring.version>5.1.4.RELEASE</spring.version>
</properties>

<!-- 设置变量名 -->
${spring.version}
设置变量

相关文章: