Skip to content

Commit

Permalink
feat: TSYSTEMS-196
Browse files Browse the repository at this point in the history
fixing deployment issues
  • Loading branch information
Leandro13Silva13 committed Jan 28, 2025
1 parent d981603 commit 541eeba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-testing.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spring.liquibase.enabled=false
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
spring.sql.init.schema-locations=classpath*:database/MessageDatabase.sql
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect

# Statistics
statistics.enabled=true
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spring.datasource.url=jdbc:mariadb://<host>:<port>/messageservice
spring.datasource.username=
spring.datasource.password=
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB103Dialect
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
spring.liquibase.change-log=classpath:db/changelog/messageservice-local-master.xml
spring.liquibase.user=
spring.liquibase.password=
Expand Down Expand Up @@ -106,4 +106,4 @@ spring.security.oauth2.resourceserver.jwt.issuer-uri: https://localhost/auth/rea
spring.security.oauth2.resourceserver.jwt.jwk-set-uri: https://localhost/auth/realms/onlineberatung/protocol/openid-connect/certs
spring.jwt.auth.converter.resource-id: app
spring.jwt.auth.converter.principal-attribute: preferred_username
springdoc.api-docs.enabled=false
springdoc.api-docs.enabled=false

0 comments on commit 541eeba

Please sign in to comment.