META-INF.persistence.xml Maven / Gradle / Ivy
<persistence> <persistence-unit name="jpa" transaction-type="RESOURCE_LOCAL"> <properties> <property name="azure.account.name" value="<your azure storage account name>" /> <property name="azure.account.key" value="<your account key>" /> </properties> </persistence-unit> </persistence>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy