Skip to content

Commit 91f568a

Browse files
committed
CG feat(config) Configuration files
1 parent 5494a02 commit 91f568a

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# spring-boot-service-config
2-
Configuration files to feed Spring Boot Config server: https://github.com/carlosjgp/spring-boot-config-server-sample
2+
Configuration files to feed Spring Boot Config server: https://github.com/carlosjgp/spring-boot-service-config

a-bootiful-client.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
message: Hello Carlos
2+
3+
spring:
4+
rabbitmq:
5+
username: a-bootiful-client
6+
password: password

application-rabbitmq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
spring:
2+
rabbitmq:
3+
host: localhost
4+
port: 5672

application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
server.port: 8081

0 commit comments

Comments
 (0)