- Mar 03, 2022
-
-
Rafi Zereselasie (raz070) authored
Added the Connector/j mysql driver as a dependency to the POM.xml file so, it doesn't need to be added as a dependency on new computers, it will be done automatically.
-
Rafi Zereselasie (raz070) authored
Added 'mysql-connector-java-8.0.28.jar.' This is the connector/j driver that is required to connect to the mysql database. This module needs to be added as a dependency to the SchedulerApp (not the default project) (Go to: File -> Project Structure -> Modules -> SchedulerApp -> Dependencies -> '+' -> Jars or Directories...). The file should be in the lib folder in the root of the project. Then apply the changes.
-