Software Engineering Course Project, SWEN-610
- The project file can be opened up with IntelliJ IDEA.
- Once project is opened with IntelliJ IDEA, click on
pom.xml
and refresh Maven sources. - If you are getting any errors about
Java.ClassNotFoundException
about MySQL. This can be missing MySQL connector not being imported. Importmysql-connector-java-8.0.21
through Module settings. - Once everything is running, access MyPLS through http://localhost:8080/register
- To set up the database locally, add the Data Source MySQL and add
jdbc:mysql://b8bfeaec94d3d2:[email protected]:3306/mypls
as the URL. Test the connection, you should now be connected. - We are using JDBC Connector v8.0.2
-
learner role: email: [email protected] password: 123456 email: [email protected] password: 123456
-
professor role: email: [email protected] password: 123456 email: [email protected] password: 123456
-
admin role: email: [email protected] password: 123456