在idea上使用maven搭建ssm,数据库为mysql

MySql:

  ZIP版安装时

    1;msvcr120.dll不存在;

    2;dll放进C盘后,报入口不存在;

    3;mysql服务无法启动,服务没有报告任何错误;

使用MAVEN在IDEA上搭建SSM:

  Maven:下载-解压-环境变量-本地仓库;

  pom.xml:

    spring;

    spring-mvc;

    mysql;

    fileupload;

    exc..

  spring-mvc.xml;spring-mybaits.xml;jdbc.properties;log4j.properties;

Tomcat发布;

    

原文地址:https://www.cnblogs.com/burn19/p/7774698.html