-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29466ce
commit 6598639
Showing
11 changed files
with
16 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
src/main/java/it/gov/pagopa/rtp/activator/configuration/CosmosDBConfig.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
src/main/java/it/gov/pagopa/rtp/activator/configuration/CosmosPropertiesConfig.java
This file was deleted.
Oops, something went wrong.
8 changes: 6 additions & 2 deletions
8
src/main/java/it/gov/pagopa/rtp/activator/repository/ActivationDB.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
package it.gov.pagopa.rtp.activator.repository; | ||
|
||
import com.azure.spring.data.cosmos.repository.ReactiveCosmosRepository; | ||
|
||
|
||
import org.springframework.data.mongodb.repository.ReactiveMongoRepository; | ||
import org.springframework.stereotype.Repository; | ||
|
||
import reactor.core.publisher.Mono; | ||
|
||
public interface ActivationDB extends ReactiveCosmosRepository<ActivationEntity, String> { | ||
@Repository | ||
public interface ActivationDB extends ReactiveMongoRepository<ActivationEntity, String> { | ||
Mono<ActivationEntity> findByFiscalCode(String fiscalCode); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 0 additions & 45 deletions
45
src/test/java/it/gov/pagopa/rtp/activator/configuration/CosmosDBConfigTest.java
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
src/test/java/it/gov/pagopa/rtp/activator/configuration/CosmosPropertiesConfigTest.java
This file was deleted.
Oops, something went wrong.