Skip to content

Commit

Permalink
updating target
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali Shakya authored and Sonali Shakya committed Dec 11, 2024
1 parent 689111e commit 4a6464f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public SessionDetails updateSession(String sessionId, SessionDetails updatedDeta
.map(existingSession -> {
existingSession.setNpType(updatedDetails.getNpType());
existingSession.setNpId(updatedDetails.getNpId());
existingSession.setTransactionId(updatedDetails.getTransactionId());
existingSession.setDomain(updatedDetails.getDomain());
return sessionDetailsRepository.save(existingSession);
})
Expand Down
8 changes: 4 additions & 4 deletions yugabyte-integration/target/classes/application.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spring.application.name=yugabyte-integration
#spring.datasource.url=${DB_URL}
spring.datasource.url=jdbc:postgresql://127.0.0.1:5433/my_app
spring.datasource.url=${DB_URL}
#spring.datasource.url=jdbc:postgresql://127.0.0.1:5433/my_app
spring.datasource.username=yugabyte
spring.datasource.password=
#spring.datasource.password=${DB_PASSWORD}
#spring.datasource.password=
spring.datasource.password=${DB_PASSWORD}
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4a6464f

Please sign in to comment.