OpenConext / OpenConext-Invite

Apache License 2.0
3 stars 3 forks source link

Migrate to mariaDB Connector/J driver #228

Closed phavekes closed 3 weeks ago

phavekes commented 1 month ago

This issue is imported from pivotal

See for example the teams pom.xml and spring datasource:\

```\ datasource:\ driver-class-name: org.mariadb.jdbc.Driver\ url: jdbc:mariadb://{{ teams.db_host }}/{{ teams.db_name }}\?socketTimeout=30000\ ```

oharsta commented 3 weeks ago

[root@docker1:|TEST2|/opt/openconext/invite]# cat serverapplication.yml | grep -i 'maria' dialect: org.hibernate.dialect.MariaDBDialect driver-class-name: org.mariadb.jdbc.Driver url: jdbc:mariadb://145.100.191.123/invite?autoReconnect=true

phavekes commented 2 weeks ago

Let op: Dit vraagt aanpassingen in het application.yaml deploy template