placidenduwayo 1 年間 前
コミット
1e5ceef81a
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      README.md

+ 2
- 2
README.md ファイルの表示

@@ -17,7 +17,7 @@ The configurations inside each file are made for docker images related
17 17
 
18 18
 At startup, each service contacts the configuration server and the latter picks up the configuration of this service in this git.
19 19
 The configuration server is as follow:
20
----
20
+```
21 21
 server:
22 22
   port: 8280
23 23
 spring:
@@ -27,5 +27,5 @@ spring:
27 27
         git:
28 28
           uri: https://gitea.natan.fr/placidenduwayo/fullstack-application-springboot-angular-config-service.git
29 29
           default-label: master
30
-
30
+```
31 31
 

Powered by TurnKey Linux.