Skip to content

meridor/stecker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stecker Example

This is a simple example showing how to use Stecker.

What it does

This is a simple console application taking one or more user names and greeting each user. The project contains two plugins which greet differently and main module which actually does the job.

How to run

You need to have:

  • JDK 1.8.+
  • Maven 3.2+

To compile the example type:

$ mvn clean package

To run it go to target directory and type the following command:

$ java -jar main-1.0-SNAPSHOT.jar <your-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages