MariaDB Connector 변경
@d157fbb5d6f37083f14fe1af5f07dcd8c14c135a
--- build.gradle
+++ build.gradle
... | ... | @@ -30,7 +30,7 @@ |
| 30 | 30 |
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3' |
| 31 | 31 |
compileOnly 'org.projectlombok:lombok' |
| 32 | 32 |
developmentOnly 'org.springframework.boot:spring-boot-devtools' |
| 33 |
- runtimeOnly 'org.mariadb.jdbc:mariadb-java-client' |
|
| 33 |
+// runtimeOnly 'org.mariadb.jdbc:mariadb-java-client' |
|
| 34 | 34 |
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' |
| 35 | 35 |
annotationProcessor 'org.projectlombok:lombok' |
| 36 | 36 |
testImplementation 'org.springframework.boot:spring-boot-starter-test' |
... | ... | @@ -46,6 +46,8 @@ |
| 46 | 46 |
implementation 'org.jdom:jdom2:2.0.6.1' |
| 47 | 47 |
// https://mvnrepository.com/artifact/org.apache.commons/commons-configuration2 |
| 48 | 48 |
implementation 'org.apache.commons:commons-configuration2:2.10.1' |
| 49 |
+ // https://mvnrepository.com/artifact/org.mariadb.jdbc/mariadb-java-client |
|
| 50 |
+ implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.4.1' |
|
| 49 | 51 |
// https://mvnrepository.com/artifact/com.oracle.database.jdbc/ojdbc11 |
| 50 | 52 |
implementation group: 'com.oracle.database.jdbc', name: 'ojdbc11', version: '23.5.0.24.07' |
| 51 | 53 |
// https://mvnrepository.com/artifact/com.microsoft.sqlserver/mssql-jdbc |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?