使用spring boot极速搭建ssm项目-idea
Posted icebingzhu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用spring boot极速搭建ssm项目-idea相关的知识,希望对你有一定的参考价值。
百度云盘:https://pan.baidu.com/s/1bYHEnRtCc4hK415aA0WOPw
一、新建项目
点击next选地址后,开始下载jar包,耐心等待
pom.xml中加入
<!-- 数据库连接我用的阿里巴巴的Druid,所以也要引入这个依赖 -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.3</version>
</dependency>
二、修改配置文件application.properties
三、添加AppConfig
四、新建后端文件
五、新建前端页面
六、启动项目
1.启动
2.出错:删除jdk1.8jrelibextservlet-api.jar(最好备份)
3.再次启动成功,访问http://localhost:8080/ 账号admin 密码admin
以上是关于使用spring boot极速搭建ssm项目-idea的主要内容,如果未能解决你的问题,请参考以下文章
毕设利器 SSM到Spring Boot 从零开发校园商铺平台