Skip to content

Commit

Permalink
fix: modify jpa option in application-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sith-call committed Aug 23, 2023
1 parent 69b0390 commit 9491a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-validation'

implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'mysql:mysql-connector-java:8.0.26'
implementation 'mysql:mysql-connector-java:8.0.28'
}

//tasks.named('test') {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
datasource:
url: jdbc:mysql://db:3306/turtle-neck-savior-dev?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
username: turtle
password: 1234

logging:
Expand Down

0 comments on commit 9491a8c

Please sign in to comment.