Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.18 KB

JSR-382 Examples - JavaConfig

Projects

Project description
SimpleDependencyInjection Simple Dependency Injection
SimpleProgrammatic Simple Programmatic

informative links

- Attention

Json-B is only for displaying a better output.

To execute the project the user must have the builds locally of JavaConfig and Geronimo-config, in addition to calling Weld main (org.jboss.weld.environment.se.StartMain)

for this you just have to fork the https://github.com/eclipse/ConfigJSR and the https://github.com/apache/geronimo-config/tree/ConfigJSR and run on both the command:

mvn clean install -DskipTests