Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvk88511334 committed Jan 13, 2025
1 parent 544469f commit c92d01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions batch/src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spring.datasource.item.driver-class-name=org.postgresql.Driver
spring.jpa.item.generate-ddl=false
spring.jpa.item.show-sql=false
spring.jpa.item.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.item.hibernate.ddl-auto=none
spring.jpa.item.hibernate.ddl-auto=update
spring.jpa.item.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.sql.item.init.mode=never
spring.hibernate.item.enable_lazy_load_no_trans=true
Expand All @@ -33,4 +33,4 @@ sudoc.login=
batch.min.hour=00
batch.max.hour=01

spring.batch.jdbc.initialize-schema=always
spring.batch.jdbc.initialize-schema=never
4 changes: 2 additions & 2 deletions batch/src/main/resources/application-test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spring.datasource.item.driver-class-name=org.postgresql.Driver
spring.jpa.item.generate-ddl=false
spring.jpa.item.show-sql=false
spring.jpa.item.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.item.hibernate.ddl-auto=none
spring.jpa.item.hibernate.ddl-auto=update
spring.jpa.item.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.sql.item.init.mode=never
spring.hibernate.item.enable_lazy_load_no_trans=true
Expand All @@ -34,4 +34,4 @@ sudoc.login=
batch.min.hour=00
batch.max.hour=01

spring.batch.jdbc.initialize-schema=always
spring.batch.jdbc.initialize-schema=never

0 comments on commit c92d01b

Please # to comment.