Skip to content

Commit

Permalink
use mariadb driver - cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmckinney committed Sep 28, 2024
1 parent 82dcd8f commit 138a954
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
<version>3.5.13</version>
</dependency>

<!--dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
</dependency-->

<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/fortress.properties.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ enable.ldap.ssl=true
enable.ldap.ssl.debug=false

# These are the JDBC configuration params for MyBatis DAO connect to MySQL database example:
#database.driver=com.mysql.jdbc.Driver
database.driver=org.mariadb.jdbc.Driver
database.url=jdbc:mariadb://fortressdemo2.com:3306/demoDB?useSSL=true&requireSSL=true

Expand Down

0 comments on commit 138a954

Please sign in to comment.