...
Info | ||
---|---|---|
| ||
IntelliJ detects various facets if available and will prompt you to automatically create as part of the project configuration. You should accept when prompted or click on the create options when presented. Also once IntelliJ is done with all the processes you need to right click on the main project and go down to the maven menu option and click on "Force Re-importimport". This is needed the first time you will download the codebase and whenever there are changes made to the pom.xml. |
...
change the username/pwd to the following
<!- - set some datasource defaults - ->
<param name="datasource.username">rice</param>
...