-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没数据库文件,另外我把他换成了Idea项目,新建了一个仓库。 #34
Comments
你好,谢谢你的关注,sql文件已经传上去了。另外,eclipse转idea项目的时候,请注意classpath在eclipse和idea上有差异,除此之外,项目是可以正常运行的,谢谢。 |
谢谢。 |
运行出错,tomcat找不到module。/home/deepin-linux/tomcat/apache-tomcat-8.0.36/bin/catalina.sh run 重点再这里:Artifact unnamed: com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException: /home/deepin-linux/IdeaProjects/Copy_JavaSever/Java_Server/out/artifacts/unnamed not found for the web module. 这个Artifact unnamed: Server is not connected. Deploy is not available. |
没有有效的解决办法,stackoverflow上写着缺了debian包,但我把包安上了,artifacts也是正确的设置,还是无法解决。 |
我确定不是缺少jar包的问题,看输出的话,应该是你没有设置idea的项目输出目录为maven target下的classes目录 |
最好设置成 项目路径+/target/classes |
我自己重新弄建了maven项目,然后把源码加了进去,启动没问题,但是spring初始化失败。 |
[org.springframework.core.env.StandardEnvironment]Initializing new StandardEnvironment 映射的问题 |
上面太多了,看这里。org.springframework.beans.factory.support.DefaultListableBeanFactory]Finished creating instance of bean 'org.mybatis.spring.mapper.MapperScannerConfigurer#0' |
找到原因了,3.2的spring不能使用jdk8/openjdk8,修改spring版本解决问题。 One cause could be the spring incompatibility with java version. spring 3.2.0 doesnt work with java 8. Solution: Upgrade to 3.2.16 or above |
大兄弟,终于把你的项目给运行起来了,有几个问题要解决。1.pom.xml 加找文件路劲的代码,不然很容易找不到文件路径。 2.数据库配置文件引入不进来只能手敲,我自己搭过,没出现这种问题
3.控制层好多的map集合里没加 |
map运行出错时因为你要设置编译版本在1.7以上。我做这个项目的时候确实是使用的1.7的jdk,谢谢你的提醒。 |
markdown 这语法我也是醉了,xml里面include和html里面的标签重复了。 |
没数据库文件,启动不了。
The text was updated successfully, but these errors were encountered: