Skip to content

Commit

Permalink
feat: add datasource gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbin-dev committed May 26, 2021
1 parent 827c07d commit 865e45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
implementation 'io.jsonwebtoken:jjwt:0.9.1'

implementation 'org.mariadb.jdbc:mariadb-java-client:2.1.2'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-security'
Expand Down

0 comments on commit 865e45e

Please sign in to comment.