You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the repository and open it with any Java IDE, like IntelliJ IDEA.
Maven should automatically download the required dependencies. Wait till the process is completed.
Make sure all the dependencies are properly downloaded (Important!).
If you have a different MySQL username, and password or running it on a different port, you can modify the project datasource configurations from src\main\resources\application-context.xml.
Run the project using src\main\java\org\apwj\bearburger\App.java.