Releases: Raofin/BearBurger-Swing
Releases · Raofin/BearBurger-Swing
BearBurger Swing
How to Run
- Executable JAR:
- Execute the SQL queries in your MySQL server
- Download and run BearBurger-Swing.jar
- Source Code:
- Execute the SQL queries in your MySQL server.
- 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
.