Skip to content

kenyattaclark/Spring-Configurable-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample project to show how to work with Spring's @Configurable capability to inject dependencies into classes not instantiated by Spring.

This implementation requires Maven to perform compile time weaving.

To run from the command line using Maven:

  1. mvn clean compile
  2. mvn exec:java -Dexec.mainClass="com.brightdome.sample.spring.HelloWorld"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages