Giter Site home page Giter Site logo

forge / microprofile-config-addon Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 1.0 22 KB

Microprofile Config addon

Home Page: https://projects.eclipse.org/projects/technology.microprofile/releases/microprofile-config-1.4

Java 100.00%
microprofile-config jboss-forge

microprofile-config-addon's Introduction

microprofile-config

This addon provides standalone functionality.

Depends on

Addon Exported Optional

org.jboss.forge.furnace.container:cdi

yes

no

Setup

This Addon requires the following installation steps.

Add configuration to pom.xml

To use this addon, you must add it as a dependency in the pom.xml of your forge-addon classified artifact: (Make sure the dependency is put all the way to the left, and uses 3 spaces for indentation of GAV)

<dependency>
   <groupId>org.jboss.forge.addon</groupId>
   <artifactId>microprofile-config</artifactId>
   <classifier>forge-addon</classifier>
   <version>${version}</version>
</dependency>

Features

Injection of ConfigProperties

This addon reads the ~/.forge/config.properties files and makes it available for injection using @ConfigProperty

@Inject
@ConfigProperty
private String name;

microprofile-config-addon's People

Contributors

dabloem avatar gastaldi avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dabloem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.