Skip to content

Commit 35d9416

Browse files
committed
Initial projects configurations
- Add application.yaml instead of application.properties. - Add applications names and ports.
1 parent d6691d5 commit 35d9416

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

product-composite-service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
spring:
2+
application:
3+
name: product-search
4+
5+
server:
6+
port: 9080

product-service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
spring:
2+
application:
3+
name: product-service
4+
5+
server:
6+
port: 9081

recommendation-service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
spring:
2+
application:
3+
name: recommend-service
4+
5+
server:
6+
port: 9082

review-service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
spring:
2+
application:
3+
name: review-service
4+
5+
server:
6+
port: 9083

0 commit comments

Comments
 (0)