1. Running test case - Maven - Junit - IntelliJ
Solution: Adding the following lines to pom.xml
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
2. Confiure tomcat in IntelliJ Community edition
https://stackoverflow.com/questions/22047860/tomcat-in-intellij-idea-community-edition
Comments
Post a Comment