摘要:
SpringAop注解版 项目总览 先在pom.xml中添加依赖: <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version> 阅读全文
摘要:
ssm框架整合 项目总览 1.首先先创建个web项目,然后再在pom.xml文件中导入对应的依赖 (如果不会创建web项目,请点击这里) pom.xml需要导入的依赖: <dependencies> <!-- https://mvnrepository.com/artifact/org.spring 阅读全文
摘要:
SpringAnnoation 在每个类的上面写上述一些信息,就被spring来管理了 package com.ssm.annotation; import org.springframework.stereotype.Controller; import javax.annotation.Reso 阅读全文