mirror of
https://github.com/sabazadam/Se302.git
synced 2025-12-31 12:21:22 +00:00
Fixed default application in pom.xml, and missing method in ScheduleStudentController
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -60,7 +60,7 @@
|
||||
<!-- Default configuration for running with: mvn clean javafx:run -->
|
||||
<id>default-cli</id>
|
||||
<configuration>
|
||||
<mainClass>org.example.se302/org.example.se302.HelloApplication</mainClass>
|
||||
<mainClass>org.example.se302/org.example.se302.ExamSchedulerApp</mainClass>
|
||||
<launcher>app</launcher>
|
||||
<jlinkZipName>app</jlinkZipName>
|
||||
<jlinkImageName>app</jlinkImageName>
|
||||
|
||||
Reference in New Issue
Block a user