add newlines at end of files
This commit is contained in:
parent
e67b1f95a8
commit
b6ff723533
|
@ -50,4 +50,4 @@ class BooksClientIntegrationTest {
|
|||
new Book("Foundation", "Isaac Asimov"))));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,4 +62,4 @@ class LoadBalancerBooksClientIntegrationTest {
|
|||
new Book("Dune", "Frank Herbert"),
|
||||
new Book("Foundation", "Isaac Asimov"))));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -49,4 +49,4 @@ class ServiceDiscoveryBooksClientIntegrationTest {
|
|||
books.stream().findFirst().get());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
spring:
|
||||
application:
|
||||
name: books-service
|
||||
name: books-service
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
eureka:
|
||||
client:
|
||||
enabled: false
|
||||
enabled: false
|
||||
|
|
|
@ -8,4 +8,4 @@ books-service:
|
|||
|
||||
eureka:
|
||||
client:
|
||||
enabled: false
|
||||
enabled: false
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
"title": "Foundation",
|
||||
"author": "Isaac Asimov"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue