Skip to content

Commit

Permalink
Update application-local.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 authored Jul 12, 2024
1 parent 631dfca commit 525e0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spring:
activate:
on-profile: local
datasource:
url: jdbc:mysql://127.0.0.1:3307/grabtable
url: jdbc:mysql://127.0.0.1:3307/s-top
username: root
password: 1234
jpa:
Expand All @@ -16,4 +16,4 @@ spring:
default_batch_fetch_size: 15


server.port: 8000
server.port: 8000

0 comments on commit 525e0ef

Please sign in to comment.