Skip to content

Spring Command Line provides a Spring mechanism for launching a command-line application with options and operands.

License

Notifications You must be signed in to change notification settings

TrigonicSolutions/spring-cmdline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Command Line

This library provides a Spring mechanism for launching a command-line application with options and operands.

Gradle Usage

repositories {
    mavenCentral()
}

dependencies {
    classpath 'com.trigonic:spring-cmdline:0.3'
}

Application Usage

The CommandLineAppContext defined in this library allows you to load an application bean within the context of a Spring ApplicationContext and leverages Spring's rich type conversions and initialization semantics.

See the sample application for an example.

About

Spring Command Line provides a Spring mechanism for launching a command-line application with options and operands.

Resources

License

Stars

Watchers

Forks

Packages

No packages published