diff options
Diffstat (limited to 'spring-boot/05-bank-rest-client/src/main/resources')
| -rw-r--r-- | spring-boot/05-bank-rest-client/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spring-boot/05-bank-rest-client/src/main/resources/application.properties b/spring-boot/05-bank-rest-client/src/main/resources/application.properties index cf862c6..820142a 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/application.properties +++ b/spring-boot/05-bank-rest-client/src/main/resources/application.properties @@ -9,4 +9,4 @@ server.port = 8081 -rest.baseURL=http://localhost:8080
\ No newline at end of file +rest.baseURL=http://localhost:8080/api |
