Skip to content

Commit fd4739f

Browse files
committed
setup the government service as an Eureka webserver client
1 parent ae98594 commit fd4739f

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
eureka.instance.hostname=localhost
2+
eureka.client.register-with-eureka=false
3+
eureka.client.fetch-registry=false
4+
eureka.client.serviceUrl.defaultZone=http://localhost:8761/eureka
5+
server.port=8761
6+
7+
spring.application.name=discovery-server
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
${AnsiColor.BLUE}
2+
███████████ █████ ███████████ █████ ████
3+
░░███░░░░░███ ░░███ ░░███░░░░░███ ░░███ ░░███
4+
░███ ░███ ██████ █████ ███████ ░███ ░███ ████████ ██████ ███████ ██████ ██████ ██████ ░███
5+
░██████████ ███░░███ ███░░ ░░░███░ ░██████████ ░░███░░███ ███░░███░░░███░ ███░░███ ███░░███ ███░░███ ░███
6+
░███░░░░░███░███████ ░░█████ ░███ ░███░░░░░░ ░███ ░░░ ░███ ░███ ░███ ░███ ░███░███ ░░░ ░███ ░███ ░███
7+
░███ ░███░███░░░ ░░░░███ ░███ ███ ░███ ░███ ░███ ░███ ░███ ███░███ ░███░███ ███░███ ░███ ░███
8+
███████████ ░░██████ ██████ ░░█████ █████ █████ ░░██████ ░░█████ ░░██████ ░░██████ ░░██████ █████
9+
░░░░░░░░░░░ ░░░░░░ ░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░░ ░░░░░ ░░░░░░ ░░░░░░ ░░░░░░ ░░░░░
10+
11+
12+
13+
${spring-boot.formatted-version}
14+
${application.title}
15+
${application.version}
16+
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
artifactId=discovery-server
2+
groupId=com.csaba79coder
3+
version=3.0.2
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
com\csaba79coder\discoveryserver\DiscoveryServerApplication.class

discovery-server/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst

Whitespace-only changes.

0 commit comments

Comments
 (0)