This app lets you manage your computer hardware inventory
Download and install JDK. To make sure the JDK was successfully installed, in command line or terminal run:
java -version
- Download and install MySQL database and run init.sql script to initiate the computer_hardware database.
- To avoid "Unable to load authentication plugin 'caching_sha2_password'" exception please run "ALTER USER 'username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';" query in a newly created database.
- Run "mvn clean install" in terminal
- Run "java -jar target\computer-hardware-1.0-SNAPSHOT.jar"
- Enjoy!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
None