We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab460f3 commit 3a887c5Copy full SHA for 3a887c5
geo-data-server/pom.xml
@@ -20,6 +20,10 @@
20
<name>Geo data server</name>
21
<description>Geographical data server</description>
22
23
+ <properties>
24
+ <jib.container.environment>SPRING_PROFILES_ACTIVE=default</jib.container.environment>
25
+ </properties>
26
+
27
<build>
28
<pluginManagement>
29
<plugins>
geo-data-server/src/main/resources/application-local.yml
@@ -0,0 +1,5 @@
1
+server:
2
+ port : 8087
3
4
+network-store-server:
5
+ base-uri: http://localhost:8080
geo-data-server/src/main/resources/application.yml
@@ -1,9 +1,11 @@
server:
- port : 8087
forward-headers-strategy: framework
+spring:
+ profiles:
6
+ active: default,local
7
8
network-store-server:
- base-uri: http://localhost:8080
9
preloading-strategy: COLLECTION
10
11
network-geo-data:
0 commit comments