|  | @@ -30,8 +30,13 @@
 | 
	
		
			
				|  |  |          <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 | 
	
		
			
				|  |  |          <!-- 编译时的编码 -->
 | 
	
		
			
				|  |  |          <maven.compiler.encoding>UTF-8</maven.compiler.encoding>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <maven.resources.version>3.1.0</maven.resources.version>
 | 
	
		
			
				|  |  |          <maven.compiler.version>3.8.0</maven.compiler.version>
 | 
	
		
			
				|  |  |          <maven.war.version>3.2.2</maven.war.version>
 | 
	
		
			
				|  |  | +        <maven.jar.version>3.1.1</maven.jar.version>
 | 
	
		
			
				|  |  | +        <maven.surefire.plugin.version>2.22.1</maven.surefire.plugin.version>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <servlet-version>3.1.0</servlet-version>
 | 
	
		
			
				|  |  |          <junit-version>4.12</junit-version>
 | 
	
	
		
			
				|  | @@ -62,6 +67,7 @@
 | 
	
		
			
				|  |  |          <jstl-version>1.2</jstl-version>
 | 
	
		
			
				|  |  |          <taglibs-version>1.1.2</taglibs-version>
 | 
	
		
			
				|  |  |          <freemarker-version>2.3.23</freemarker-version>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      </properties>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!-- 阿里云maven仓库 -->
 | 
	
	
		
			
				|  | @@ -327,6 +333,7 @@
 | 
	
		
			
				|  |  |              <artifactId>freemarker</artifactId>
 | 
	
		
			
				|  |  |              <version>${freemarker-version}</version>
 | 
	
		
			
				|  |  |          </dependency>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      </dependencies>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <build>
 | 
	
	
		
			
				|  | @@ -348,6 +355,7 @@
 | 
	
		
			
				|  |  |              <plugin>
 | 
	
		
			
				|  |  |                  <groupId>org.apache.maven.plugins</groupId>
 | 
	
		
			
				|  |  |                  <artifactId>maven-resources-plugin</artifactId>
 | 
	
		
			
				|  |  | +                <version>${maven.resources.version}</version>
 | 
	
		
			
				|  |  |                  <configuration>
 | 
	
		
			
				|  |  |                      <encoding>${maven.compiler.encoding}</encoding>
 | 
	
		
			
				|  |  |                  </configuration>
 |