Maven利用POM引入Spring和Junit依赖-----Spring框架



    4.0.0

    com.powernode
    Spring6-002-first
    1.0-SNAPSHOT
    
    jar

    
        
        
            repository.spring.milestone
            Spring Milestone Repository
            https://repo.spring.io/milestone
        
    
    
        
        
        
        
            org.springframework
            spring-context
            6.1.0-M2
        
        
        
            junit
            junit
            4.13.2
            test
        
    
    
        17
        17
        UTF-8
    


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0

com.powernode
Spring6-002-first
1.0-SNAPSHOT

jar




repository.spring.milestone
Spring Milestone Repository
https://repo.spring.io/milestone







org.springframework
spring-context
6.1.0-M2



junit
junit
4.13.2
test



17
17
UTF-8


你可能感兴趣的:(Spring框架,java,开发语言,intellij-idea,数据结构,算法,spring)