#Spring Boot Command Line Application Example
This is a Spring Boot Non Web Application is for the purpose of demonstration.
This repository is part of http://www.amitph.com tutorials.
The spring-boot-command-line will be used as a Source Code example for How to Write a non-web Application with Spring Boot at http://www.amitph.com.
The source code may be incomplete or written within a limited scope of the tutorial, and some essential parts may have been ignored.
git clone https://github.com/amitrp/spring-examples.git
cd spring-examples/spring-boot-command-line
mvn spring-boot:run -Dspring-boot.run.arguments="arg1 arg2"