Skip to content

Commit

Permalink
SHIBUI-2273
Browse files Browse the repository at this point in the history
Updating dialects
  • Loading branch information
chasegawa committed Jul 5, 2022
1 parent aa9fb51 commit a4b03c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
#spring:
# jpa:
# show-sql: false
# properties:
# hibernate:
# format_sql: true
# dialect: org.hibernate.dialect.PostgreSQL95Dialect
# OR SEE: https://access.redhat.com/webassets/avalon/d/red-hat-jboss-enterprise-application-platform/7.2/javadocs/org/hibernate/dialect/package-summary.html

#shibui:
## Default password must be set for the default user to be configured and setup
# default-rootuser:root
Expand Down
4 changes: 2 additions & 2 deletions testbed/mariadb/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MariaDBDialect
dialect: org.hibernate.dialect.MariaDB103Dialect
server:
port: 8443
ssl:
Expand Down Expand Up @@ -135,4 +135,4 @@ custom:
logging:
level:
org.pac4j: "TRACE"
org.opensaml: "INFO"
org.opensaml: "INFO"

0 comments on commit a4b03c6

Please sign in to comment.