mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2025-12-08 20:43:32 +00:00
feat: Introduce Launcher class as the application entry point and update pom.xml to use it.
This commit is contained in:
7
main/src/main/java/sd/dashboard/Launcher.java
Normal file
7
main/src/main/java/sd/dashboard/Launcher.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package sd.dashboard;
|
||||
|
||||
public class Launcher {
|
||||
public static void main(String[] args) {
|
||||
DashboardUI.main(args);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user