Skip to content

Commit

Permalink
Merge pull request #711 from it-at-m/539-yml-konfigurationen-bereinigen
Browse files Browse the repository at this point in the history
539 yml konfigurationen bereinigen
  • Loading branch information
MrSebastian authored Jan 13, 2025
2 parents 62c1fdd + d7cab00 commit d954b80
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 171 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ spring:
jpa:
database: H2
hibernate:
# always drop and create the db should be the best
# configuration for local (development) mode. this
# is also the default, that spring offers by convention.
# but here explicite:
ddl-auto: validate
naming.physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# Logging for database operation
Expand Down
4 changes: 0 additions & 4 deletions wls-briefwahl-service/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ spring:
jpa:
database: H2
hibernate:
# always drop and create the db should be the best
# configuration for local (development) mode. this
# is also the default, that spring offers by convention.
# but here explicite:
ddl-auto: validate
naming.physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# Logging for database operation
Expand Down
29 changes: 0 additions & 29 deletions wls-broadcast-service/src/main/resources/application-dev.yml

This file was deleted.

29 changes: 0 additions & 29 deletions wls-broadcast-service/src/main/resources/application-kon.yml

This file was deleted.

29 changes: 0 additions & 29 deletions wls-broadcast-service/src/main/resources/application-prod.yml

This file was deleted.

18 changes: 0 additions & 18 deletions wls-infomanagement-service/src/main/resources/application-test.yml

This file was deleted.

18 changes: 0 additions & 18 deletions wls-monitoring-service/src/main/resources/application-test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ spring:
jpa:
database: H2
hibernate:
# always drop and create the db should be the best
# configuration for local (development) mode. this
# is also the default, that spring offers by convention.
# but here explicite:
ddl-auto: validate
naming.physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
# Logging for database operation
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit d954b80

Please sign in to comment.