Dublication of Project Problem...
Answered
I have a project in Intellij that is composed of a Java Restful api and Angular Front End. A new customer needs a similar project so i decided to duplicate it in order to adapt to his needs. I copied the old project to a new folder with new name.
Deleted .git and workspace.xml and opened it from IntelliJ.
While it builds normally (after i recreated the artifacts) the backed doesn't respond to http requests from Angular front-end. Any ideas what i might be missing or where to look at??
Thanks in advance
Please sign in to leave a comment.
A copy of the project should work exactly the same. The issue could be with the different run configurations. workspace.xml contains them by default. You may want to make them shared: https://stackoverflow.com/a/3136255/104891 .