Skip to content

Commit

Permalink
fix: properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro13Silva13 committed Feb 8, 2025
1 parent 5f4a7fc commit 0875ec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spring.datasource.url=jdbc:mariadb://localhost:3306/uploadservice
spring.datasource.username=liquibase
spring.datasource.password=liquibase
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/uploadservice-local-master.xml
spring.liquibase.user=root
spring.liquibase.password=root
Expand Down Expand Up @@ -106,4 +106,4 @@ management.metrics.mongo.connectionpool.enabled=false
spring.security.oauth2.resourceserver.jwt.issuer-uri=https://localhost/auth/realms/onlineberatung
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
spring.jwt.auth.converter.principal-attribute: preferred_username

0 comments on commit 0875ec3

Please sign in to comment.