SpringBoot工程模板

spring脚手架:https://start.spring.io/



    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.7.15
         
    
    com.etoak
    test-shardingsphere
    0.0.1-SNAPSHOT
    test-shardingsphere
    test-shardingsphere
    
        1.8
    

    
        
            org.springframework.boot
            spring-boot-starter
        

        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    

    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    


aliyun脚手架:https://start.aliyun.com



    4.0.0
    com.example
    test-shardingjdbc
    0.0.1-SNAPSHOT
    test-shardingjdbc
    test-shardingjdbc
    
        1.8
        UTF-8
        UTF-8
        2.7.6
    
    
        
            org.springframework.boot
            spring-boot-starter
        

        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    
    
        
            
                org.springframework.boot
                spring-boot-dependencies
                ${spring-boot.version}
                pom
                import
            
        
    

    
        
            
                org.apache.maven.plugins
                maven-compiler-plugin
                3.8.1
                
                    1.8
                    1.8
                    UTF-8
                
            
            
                org.springframework.boot
                spring-boot-maven-plugin
                ${spring-boot.version}
                
                    com.example.testshardingjdbc.TestShardingjdbcApplication
                    true
                
                
                    
                        repackage
                        
                            repackage
                        
                    
                
            
        
    


你可能感兴趣的:(#,Spring,spring,boot,redis,数据库)