Removed rest of project

This commit is contained in:
Kyle Doyle
2020-04-16 09:55:40 -04:00
parent 52dc6b2d89
commit 5b59902cb2
4 changed files with 76 additions and 0 deletions
@@ -0,0 +1,13 @@
package com.baeldung.awsappsync;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AwsAppSyncApplication {
public static void main(String[] args) {
SpringApplication.run(AwsAppSyncApplication.class, args);
}
}