Spring入门案例(IDEA):HelloWorld
1.打开idea、创建一个maven工程。2.打开pom.xml,导入spring所需要的依赖。 <dependencies> <!-- https://mvnrepository.com/artifact/org.springframework/spring-context --> <dependency> ...