Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
e31f79ac
Commit
e31f79ac
authored
Oct 01, 2020
by
neelesh thakur
Browse files
address comments
parent
1466086a
Pipeline
#10785
failed with stage
in 3 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/di/TableStorage
Client
.java
→
provider/partition-azure/src/main/java/org/opengroup/osdu/partition/provider/azure/di/TableStorage
BootstrapConfig
.java
View file @
e31f79ac
...
...
@@ -22,15 +22,15 @@ import org.apache.http.HttpStatus;
import
org.opengroup.osdu.common.Validators
;
import
org.opengroup.osdu.core.common.model.http.AppException
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.context.annotation.Lazy
;
import
org.springframework.stereotype.Component
;
import
javax.inject.Named
;
import
java.net.URISyntaxException
;
import
java.security.InvalidKeyException
;
@Co
mponent
public
class
TableStorage
Client
{
@Co
nfiguration
public
class
TableStorage
BootstrapConfig
{
private
final
static
String
CONNECTION_STRING
=
"DefaultEndpointsProtocol=https;AccountName=%s;AccountKey=%s;EndpointSuffix=core.windows.net"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment