Skip to content

Commit

Permalink
fix: rm neo4j code
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtien2k3 committed Oct 5, 2024
1 parent 7b13acc commit cc73e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spring:
#config mysql8
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3306/shopapp?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true}
url: ${SPRING_DATASOURCE_URL:jdbc:mysql://localhost:3307/shopapp?useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true}
username: ${MYSQL_ROOT_USERNAME:root}
password: ${MYSQL_ROOT_PASSWORD:12042003}
jpa:
Expand Down

0 comments on commit cc73e59

Please sign in to comment.