BroadleafCommerce Amazon Integrations


Лицензия

Лицензия

Категории

Категории

Leaf Данные Базы данных
Группа

Группа

org.broadleafcommerce
Идентификатор

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

broadleaf-amazon
Последняя версия

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

1.1.0-GA
Дата

Дата

Тип

Тип

jar
Описание

Описание

BroadleafCommerce Amazon Integrations
BroadleafCommerce Amazon Integrations
Ссылка на сайт

Ссылка на сайт

http://www.broadleafcommerce.org
Система контроля версий

Система контроля версий

https://github.com/BroadleafCommerce/blc-amazon

Скачать broadleaf-amazon

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

<!-- https://jarcasting.com/artifacts/org.broadleafcommerce/broadleaf-amazon/ -->
<dependency>
    <groupId>org.broadleafcommerce</groupId>
    <artifactId>broadleaf-amazon</artifactId>
    <version>1.1.0-GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.broadleafcommerce/broadleaf-amazon/
implementation 'org.broadleafcommerce:broadleaf-amazon:1.1.0-GA'
// https://jarcasting.com/artifacts/org.broadleafcommerce/broadleaf-amazon/
implementation ("org.broadleafcommerce:broadleaf-amazon:1.1.0-GA")
'org.broadleafcommerce:broadleaf-amazon:jar:1.1.0-GA'
<dependency org="org.broadleafcommerce" name="broadleaf-amazon" rev="1.1.0-GA">
  <artifact name="broadleaf-amazon" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.broadleafcommerce', module='broadleaf-amazon', version='1.1.0-GA')
)
libraryDependencies += "org.broadleafcommerce" % "broadleaf-amazon" % "1.1.0-GA"
[org.broadleafcommerce/broadleaf-amazon "1.1.0-GA"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.amazonaws : aws-java-sdk jar 1.9.27
org.broadleafcommerce : broadleaf-common Необязательный jar 4.0.0-GA

test (3)

Идентификатор библиотеки Тип Версия
org.broadleafcommerce » broadleaf-third-party-integration-config Необязательный jar default
org.springframework : spring-test jar
junit : junit jar

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

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

Amazon Integrations Module

This module contains Broadleaf integrations with Amazon AWS APIs.

The following functionality is covered by this module (could be a partial list):

S3 integration : Ability to store images and other assets produced by Broadleaf using Amazon's S3 storage Fulfillment : Roadmap Item

Steps to enable this module

  1. Add the dependency management section to your parent pom.xml:

    <dependency>
        <groupId>org.broadleafcommerce</groupId>
        <artifactId>broadleaf-amazon</artifactId>
        <version>1.0.0-GA</version>
        <type>jar</type>
        <scope>compile</scope>
    </dependency>
  2. Pull this dependency into your core/pom.xml:

    <dependency>
        <groupId>org.broadleafcommerce</groupId>
        <artifactId>broadleaf-amazon</artifactId>
    </dependency>
  3. Include the necessary patchConfigLocation files in your admin/web.xml:

        classpath:/bl-amazon-applicationContext.xml

    Note: These two lines should go before the classpath:/applicationContext.xml line, but after classpath:/bl-admin-applicationContext.xml

  4. Include the necessary patchConfigLocation files in your site/web.xml:

        classpath:/bl-amazon-applicationContext.xml

    Note: This line should go before the classpath:/applicationContext.xml line

org.broadleafcommerce

Broadleaf Commerce

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

Версия
1.1.0-GA