WildFly: MicroProfile Config Feature pack

Thorntail: Parent

Лицензия

Лицензия

AL2
Категории

Категории

WildFly Контейнер Application Servers config Библиотеки уровня приложения Configuration
Группа

Группа

io.thorntail
Идентификатор

Идентификатор

microprofile-config-wildfly-feature-pack
Последняя версия

Последняя версия

2.7.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

WildFly: MicroProfile Config Feature pack
Thorntail: Parent
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать microprofile-config-wildfly-feature-pack

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-feature-pack/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>microprofile-config-wildfly-feature-pack</artifactId>
    <version>2.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-feature-pack/
implementation 'io.thorntail:microprofile-config-wildfly-feature-pack:2.7.0'
// https://jarcasting.com/artifacts/io.thorntail/microprofile-config-wildfly-feature-pack/
implementation ("io.thorntail:microprofile-config-wildfly-feature-pack:2.7.0")
'io.thorntail:microprofile-config-wildfly-feature-pack:pom:2.7.0'
<dependency org="io.thorntail" name="microprofile-config-wildfly-feature-pack" rev="2.7.0">
  <artifact name="microprofile-config-wildfly-feature-pack" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='microprofile-config-wildfly-feature-pack', version='2.7.0')
)
libraryDependencies += "io.thorntail" % "microprofile-config-wildfly-feature-pack" % "2.7.0"
[io.thorntail/microprofile-config-wildfly-feature-pack "2.7.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.thorntail : microprofile-config-wildfly-extension jar 2.7.0
org.wildfly : wildfly-feature-pack zip 18.0.1.Final

Модули Проекта

Данный проект не имеет модулей.

MicroProfile Config - WildFly

WildFly/Thorntail Extension for Eclipse MicroProfile Config, based on the SmallRye Config implementation.

Instructions

mvn clean install

Project structure

  • extension - WildFly Extension that provides the microprofile-config subsystem. It also allows to define ConfigSources that are stored in the subsystem configuration.
  • feature-pack - Feature pack that bundles the extension with the JBoss Modules required to run it in WildFly and Thorntail.
  • dist - A distribution of WildFly with the microprofile-config extension installed (in its standalone-microprofile.xml configuration)
  • config-api - Generation of Thorntail Config API that provides a Java API to manage the microprofile-config subsystem.

Links

io.thorntail

Thorntail

Версии библиотеки

Версия
2.7.0
1.9.0
1.8.0
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0