When introspecting the MySQL database, the configuration.json file generated exposes the JDBC URL string, which contains sensitive information like root password of MySQL server ...
This creates the DB StudentInformationDatabase and the students table. Configure the App Open StudentApp.java and set your credentials: private static final String DB ...