Skip to content

Commit

Permalink
Enum value revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonali Shakya authored and Sonali Shakya committed Dec 12, 2024
1 parent afc0757 commit e154627
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum Type {
}

public enum Code {
TRV11 ("METRO");
METRO ("TRV11");

public final String domainCode;

Expand Down
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.

0 comments on commit e154627

Please sign in to comment.