spring+springboot+springmvc+mybatis+maven开发环境

jdk-7u79-windows-x64

myeclipse8.5

maven3.2.5

spirngboot 1.5.10.RELEASE

thymeleaf3.0.2.RELEASE

thymeleaf-layout-dialect2.0.4

mybatis-spring-boot-starter1.1.1

 

 

1,注释掉的内容,打开,把thymeleaf依赖注释掉,一样可以运行。不理解。为什么?

2,用最新版的eclipse,jdk,maven,springboot等,会报404错误,将版本改成以上的版本。

 

 

 

    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    4.0.0
    
        spring-boot-starter-parent
        org.springframework.boot
        1.5.10.RELEASE
    

 

    

    
    
        
            org.springframework.boot
            spring-boot-starter-web
        

        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        

        
            org.thymeleaf
            thymeleaf
            3.0.2.RELEASE
        

        
            org.thymeleaf
            thymeleaf-spring4
            3.0.2.RELEASE
        


        
            nz.net.ultraq.thymeleaf
            thymeleaf-layout-dialect
            2.0.4
        


        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            1.1.1
        

        
            mysql
            mysql-connector-java
        


        
            com.alibaba
            druid
            1.0.9
        


        
            commons-io
            commons-io
            2.1
        

        
            net.sf.json-lib
            json-lib
            2.4
        

        
        
            org.apache.poi
            poi
            3.7
        




    org.apache.poi
    poi-ooxml
    3.7


        
        
            junit
            junit
            4.7
            test
        

        
        
            com.alibaba
            fastjson
            1.2.17
        


        
        
            commons-fileupload
            commons-fileupload
            1.3.3
        


    


 

你可能感兴趣的:(springboot,mybaits,环境)