intellij导入eclipse项目

部署:https://blog.csdn.net/u012099869/article/details/51038860

           https://blog.csdn.net/u010570551/article/details/51510447

Maven(解决org.springframework等包找不到):https://jingyan.baidu.com/article/b0b63dbf0c0ac04a49307078.html

maven中net.sf.json报错:https://my.oschina.net/sucre/blog/375199

<dependency>     

      <groupId>net.sf.json-lib</groupId>    

      <artifactId>json-lib</artifactId>   

      <version>2.4</version>     

      <classifier>jdk15</classifier>

</dependency>

SQL相关错误:修改applicationContext.xml中连接数据库的密码

Failed to load class ’org.slf4j.impl.StaticLoggerBinder:https://www.cnblogs.com/justlove/p/7637681.html

<dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-nop</artifactId>
       <version>1.7.2</version>
 </dependency>

猜你喜欢

转载自blog.csdn.net/qq_39380838/article/details/82463060