POM error: Failure to find org.springframework.boot

后端 未结 8 1406
一个人的身影
一个人的身影 2021-02-05 05:35

I have been trying to setup a spring boot project but am getting an error. I researched and tried various options but no luck so far. Any help would be appreciated.

Pro

8条回答
  •  伪装坚强ぢ
    2021-02-05 06:09

    
      4.0.0
      
      com.programmingfree
      spring-data-rest-angular
      0.0.1-SNAPSHOT
      Spring Data Rest + AngularJS
      This project uses Spring Data Rest and AngularJS to perform CRUD operations against MySql Database.
      
    		org.springframework.boot
    		spring-boot-starter-parent
    		1.1.3.RELEASE
    		 
    	
      
    		
    			org.springframework.boot
    			spring-boot-starter-thymeleaf
    		
    		
    			org.springframework.boot
    			spring-boot-starter-data-jpa
    		
    		
    			org.springframework.boot
    			spring-boot-starter-data-rest
    				
    		
    			mysql
    			mysql-connector-java
    		
    	
    
    	
    		UTF-8
    		com.programmingfree.springservice.Application
    		1.7
    	
    
    	
    		
    			
    				org.springframework.boot
    				spring-boot-maven-plugin
    			
    		
    	
    

提交回复
热议问题