| 
					
				 | 
			
			
				@ -8,8 +8,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <modelVersion>4.0.0</modelVersion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <!--打成war包需要的配置--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <!--<packaging>war</packaging>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <packaging>jar</packaging> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <packaging>war</packaging> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <!--<packaging>jar</packaging>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <name>patient-co-statistics</name> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <properties> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -371,7 +371,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>spring-boot-starter-tomcat</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <version>${version.spring-boot}</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <!--<scope>provided</scope>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.json</groupId> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -394,12 +394,12 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    <build> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <plugins> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <!--打成war包需要的配置--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <!--<plugin>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <!--<artifactId>maven-war-plugin</artifactId>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <!--<configuration>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    <!--<failOnMissingWebXml>false</failOnMissingWebXml>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <!--</configuration>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <!--</plugin>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>maven-war-plugin</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    <failOnMissingWebXml>false</failOnMissingWebXml> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                </configuration> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <plugin> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <groupId>org.apache.maven.plugins</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <artifactId>maven-compiler-plugin</artifactId> 
			 |