summaryrefslogtreecommitdiff
path: root/spring-boot/05-bank-rest-client/src/main/resources/application.properties
blob: cf862c692618e541aac012d2abf6eebb7687c69b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Possible locations of this file:
# (Properties defined in locations higher in the list override those defined in lower locations)
#
#   A /config subdirectory of the current directory
#   The current directory
#   A classpath /config package
#   The classpath root
#

server.port = 8081

rest.baseURL=http://localhost:8080