- Open pgAdmin interface (in PostgreSQL install folder, under the
bin
directory, double click onpgAdmin4.exe
) - Create a user with the following credentials:
username: User
password: password
- Create a PostreSQL database named
cleanMachineDB
, and assignUser
as the database owner
- Open IntelliJ and select "Import Project"
- Choose "Maven" and click Next
- Tick "Import Maven projects automatically" and Next
- Leave all the defaults and complete the assistant
IntelliJ should import all Maven dependencies automatically.
You can test the server by navigating to http://localhost:8080/users that should display a JSON list of users.