Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spring:
format_sql: true
highlight_sql: true
use_sql_comments: true
dialect: org.hibernate.dialect.MySQL8Dialect
data:
redis:
host: redis
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spring:
format_sql: true
highlight_sql: true
use_sql_comments: true
dialect: org.hibernate.dialect.MySQL8Dialect
data:
redis:
host: localhost
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ spring:
model: gpt-4o-mini
temperature: 0.3
max-tokens: 8192
jpa:
open-in-view: false
devtools:
restart:
enabled: false
Expand Down
2 changes: 0 additions & 2 deletions src/test/resources/application-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ spring:
hibernate:
format_sql: true
highlight_sql: true
dialect: org.hibernate.dialect.MySQL8Dialect

batch:
jdbc:
initialize-schema: never
Expand Down