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"))));
|
new Book("Foundation", "Isaac Asimov"))));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,4 +62,4 @@ class LoadBalancerBooksClientIntegrationTest {
|
||||||
new Book("Dune", "Frank Herbert"),
|
new Book("Dune", "Frank Herbert"),
|
||||||
new Book("Foundation", "Isaac Asimov"))));
|
new Book("Foundation", "Isaac Asimov"))));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -49,4 +49,4 @@ class ServiceDiscoveryBooksClientIntegrationTest {
|
||||||
books.stream().findFirst().get());
|
books.stream().findFirst().get());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: books-service
|
name: books-service
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -8,4 +8,4 @@ books-service:
|
||||||
|
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
"title": "Foundation",
|
"title": "Foundation",
|
||||||
"author": "Isaac Asimov"
|
"author": "Isaac Asimov"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue