summaryrefslogtreecommitdiff
path: root/spring-boot/05-bank-rest-client/src/main/resources/application.properties
blob: 820142ae3b75d5a3942efecffa0fef45fcda35d1 (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/api