Progetto di Basi di Dati per l'università Alma Mater Studiorum di Bologna. Il progetto verte sulla progettazione di una base di dati riguardante una infrastruttura aeroportuale.
- Run aeroportoDbCreation.sql in the
db
directory on MySQL Workbench. - Run aeroportoDbData.sql in the
db
directory on MySQL Workbench. - If they don't work, modify the charset and collate.
- Update the Database.java file in the
src/main/java/com/lucar01/
directory, you can modify: databaseUser
databasePassword
- Run Main.java in the
src/main/java/com/lucar01/
directory.