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
Storage
Commits
c7529028
Commit
c7529028
authored
Sep 14, 2021
by
neelesh thakur
Browse files
NOTICE
parent
8ff3729d
Pipeline
#65471
passed with stages
in 45 minutes and 37 seconds
Changes
4
Pipelines
3
Expand all
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
c7529028
This diff is collapsed.
Click to expand it.
provider/storage-aws-mongodb/src/main/java/org/opengroup/osdu/storage/provider/mongodb/cache/LegalTagCache.java
View file @
c7529028
...
...
@@ -23,7 +23,7 @@ import org.springframework.stereotype.Component;
import
javax.inject.Inject
;
@Component
@Component
(
"LegalTagCache"
)
public
class
LegalTagCache
implements
ICache
<
String
,
String
>
{
@Inject
...
...
provider/storage-aws/src/main/java/org/opengroup/osdu/storage/provider/aws/cache/LegalTagCache.java
View file @
c7529028
...
...
@@ -30,7 +30,7 @@ import org.springframework.stereotype.Component;
import
javax.inject.Inject
;
import
java.util.Map
;
@Component
@Component
(
"LegalTagCache"
)
public
class
LegalTagCache
implements
ICache
<
String
,
String
>
{
@Value
(
"${aws.elasticache.cluster.endpoint:null}"
)
String
REDIS_SEARCH_HOST
;
...
...
provider/storage-gcp/src/main/java/org/opengroup/osdu/storage/provider/gcp/cache/LegalTagCache.java
View file @
c7529028
...
...
@@ -22,7 +22,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.stereotype.Component
;
@Component
@Component
(
"LegalTagCache"
)
public
class
LegalTagCache
implements
ICache
<
String
,
String
>
{
@Autowired
...
...
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