| 
					
				 | 
			
			
				@ -60,15 +60,33 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>spring-boot-starter-web</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                <exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                    <artifactId>spring-boot-starter-tomcat</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                </exclusion> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            </exclusions> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>javax.servlet</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>javax.servlet-api</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <version>3.1.0</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.apache.tomcat</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>tomcat-servlet-api</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <version>8.5.28</version> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <scope>provided</scope> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>spring-boot-starter-data-jpa</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <!--<dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>spring-boot-starter-tomcat</artifactId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        </dependency>--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        <dependency> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <groupId>org.springframework.boot</groupId> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            <artifactId>spring-boot-starter-jdbc</artifactId> 
			 |