package software.amazon.neptune.onegraph.playground.client; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class Neptune1GPlaygroundCLIApplication { public static void main(String[] args) { SpringApplication.run(Neptune1GPlaygroundCLIApplication.class, args); } }