-
新建maven.xxxx.webapp项目
-
构建文件目录
-
pom.xml配置
-
数据库信息和Mybatis-config.xml
-
spring配置文件, spring-mvc, spring-dao, spring-service
-
Pojo对象创建,dao,service, Mybatis Mapper,最后service-impl实现
-
Tomcat部署
IDEA搭建SSM项目框架
最新推荐文章于 2023-06-13 16:26:19 发布
新建maven.xxxx.webapp项目
构建文件目录
pom.xml配置
数据库信息和Mybatis-config.xml
spring配置文件, spring-mvc, spring-dao, spring-service
Pojo对象创建,dao,service, Mybatis Mapper,最后service-impl实现
Tomcat部署