All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.persistence.xml Maven / Gradle / Ivy

<persistence>
    <persistence-unit name="jpa" 
                      transaction-type="RESOURCE_LOCAL">
        <properties>
            <property name="azure.account.name" value="&lt;your azure storage account name&gt;" />
            <property name="azure.account.key" value="&lt;your account key&gt;" />
        </properties>
    </persistence-unit>
</persistence>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy