FIX:: application classes server+client
This commit is contained in:
committed by
Merel Steenbergen
parent
0751f50026
commit
97a0e38c40
@@ -6,6 +6,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@SpringBootApplication
|
||||
public class Application {
|
||||
|
||||
/**
|
||||
* This method starts the server.
|
||||
* @param args the arguments
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(Application.class, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user