Update Application.java

This commit is contained in:
Loredana Crusoveanu 2018-12-01 09:53:13 +02:00 committed by GitHub
parent e884dc1063
commit d2f148c90f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,4 +19,5 @@ public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}