定义变量
<properties>
<springframework.version>5.2.0.RELEASE</springframework.version>
</properties>
使用
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${springframework.version}</version>
</dependency>