added invoice and order collection
This commit is contained in:
@@ -2,6 +2,10 @@ package com.bib.essensbestellungsverwaltung;
|
||||
|
||||
public class SuperMain {
|
||||
public static void main(String[] args) {
|
||||
ConsoleMain.main(args);
|
||||
if(args.length > 0){
|
||||
ConsoleMain.main(args);
|
||||
}else {
|
||||
HelloApplication.main(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user