Skip to content

Commit

Permalink
change db(h2 to mariaDB)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuyh99 committed Apr 25, 2022
1 parent e54bf08 commit 2aa25e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'

implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

runtimeOnly 'mysql:mysql-connector-java'
implementation 'mysql:mysql-connector-java'
}

tasks.named('test') {
Expand Down

This file was deleted.

0 comments on commit 2aa25e6

Please sign in to comment.