Skip to content

Commit

Permalink
[#33] fix: 기능 구현 전 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
naneun committed Jun 1, 2022
1 parent 5d86cb4 commit 8e92ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions backend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
spring:
datasource:
driverClassName: com.mysql.cj.jdbc.Driver
url: ${DATABASE_URL}
username: ${DATABASE_USERNAME}
password: ${DATABASE_PASSWORD}
url: jdbc:mysql://localhost:3307/testdb
username: root
password: test

sql:
init:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AddressRepositoryTest {

@Test
@Transactional(readOnly = true)
void findAddresWithinTest() {
void findAddressWithinTest() {

double x = 209407.745384399;
double y = 449459.252995276;
Expand Down

0 comments on commit 8e92ed3

Please sign in to comment.