Spring Cloud for Azure Storage client library for Java
This package helps developers to finish the auto-configuration of Azure Storage.
Source code | Package (Maven) | API reference documentation
Getting started
Prerequisites
Include the package
- [Add azure-spring-cloud-dependencies].
- Add dependency.
<version>
can be skipped because we already addazure-spring-cloud-dependencies
.
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>azure-spring-cloud-storage</artifactId>
</dependency>
Key concepts
The Azure Storage platform is Microsoft's cloud storage solution for modern data storage scenarios. Core storage services offer a massively scalable object store for data objects, disk storage for Azure virtual machines (VMs), a file system service for the cloud, a messaging store for reliable messaging, and a NoSQL store.
Examples
Please refer to this sample project illustrating how to use this package.
Troubleshooting
Logging setting
Please refer to [spring logging document] to get more information about logging.
Logging setting examples
- Example: Setting logging level of hibernate
logging.level.root=WARN
logging.level.org.springframework.web=DEBUG
logging.level.org.hibernate=ERROR
Next steps
The following section provide a sample project illustrating how to use the package.
More sample code
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
Please follow instructions here to build from source or contribute.
Package | Description |
---|---|
com.azure.spring.cloud.autoconfigure.storage |
Package com.azure.spring.cloud.autoconfigure.storage;
|