SpringBoot的相关依赖

SpringBoot测试依赖项

        
            junit
            junit
            4.12
        

        
            org.junit.platform
            junit-platform-launcher
            test
        

        
            org.junit.vintage
            junit-vintage-engine
            5.6.2
        

SpringBoot多数据源依赖

        
            org.springframework.boot
            spring-boot-starter-jdbc
        
        
            mysql
            mysql-connector-java
            5.1.1
        
        
            org.springframework.boot
            spring-boot-starter-freemarker
        

 

你可能感兴趣的:(SpringBoot学习笔记)