Skip to content
Snippets Groups Projects
Commit 45c6d616 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4814 Spring-Cloud-Config-Server-Version as property, serverport set to 8080

parent cad28fdc
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<name>Administration</name> <name>Administration</name>
<description>Administration Backend Project</description> <description>Administration Backend Project</description>
<properties> <properties>
<spring-cloud-config-server.version>4.1.0</spring-cloud-config-server.version>
</properties> </properties>
<dependencies> <dependencies>
<!-- Spring --> <!-- Spring -->
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId> <artifactId>spring-cloud-config-server</artifactId>
<version>4.1.0</version> <version>${spring-cloud-config-server.version}</version>
</dependency> </dependency>
<!-- Dev --> <!-- Dev -->
......
server: server:
port: 8888 port: 8080
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment