Skip to content

Releases: Raofin/BearBurger-Swing

BearBurger Swing

29 Sep 22:45
72de070
Compare
Choose a tag to compare

How to Run

  • Executable JAR:
    1. Execute the SQL queries in your MySQL server
    2. Download and run BearBurger-Swing.jar
  • Source Code:
    1. Execute the SQL queries in your MySQL server.
    2. Clone the repository and open it with any Java IDE, like IntelliJ IDEA.
    3. Maven should automatically download the required dependencies. Wait till the process is completed.
    4. Make sure all the dependencies are properly downloaded (Important!).
    5. 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.
    6. Run the project using src\main\java\org\apwj\bearburger\App.java.