- Mar 09, 2022
-
-
eyan_ authored
-
eyan_ authored
-
eyan_ authored
-
Mitch Cumpstone (cmc408) authored
-
eyan_ authored
-
Mitch Cumpstone (cmc408) authored
-
- Mar 08, 2022
-
-
Mitch Cumpstone (cmc408) authored
-
eyan_ authored
-
- Mar 06, 2022
-
-
Mitch Cumpstone (cmc408) authored
-
- 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
-
Rafi Zereselasie (raz070) authored
Delete Employee.java. Employee data will be stored on my MySQL database. This class in no longer needed.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
Refactored Schedule class to support local MySQL database. Now supports connecting to MySQL database.
-
Rafi Zereselasie (raz070) authored
Refactored Staff class to support local MySQL database. Now supports establishing connection to MySQL database, adding employees, removing employees, and printing all current employees.
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
1. Added java.sql to module-info.java. This the library required to communicate to the MySQL database.
-
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.
-
- Mar 02, 2022
- Feb 23, 2022
-
-
ArktikHunter authored
-
eyan_ authored
-
ArktikHunter authored
-
- Feb 21, 2022
-
-
ArktikHunter authored
-
- Feb 17, 2022
-
-
Mitch Cumpstone (cmc408) authored
-
Mitch Cumpstone (cmc408) authored
-
Hunter McConnell (rtm534) authored
-
- Feb 16, 2022
-
-
Michael Kish (mik586) authored
-
- Feb 11, 2022
-
-
Rafi Zereselasie (raz070) authored
-
Rafi Zereselasie (raz070) authored
-
- Feb 10, 2022
-
-
Hunter McConnell (rtm534) authored
-
- Jan 13, 2022
-
-
Eyan Cunningham (esc568) authored
-