cloudBuild change

This commit is contained in:
kimscott
2019-11-04 13:38:35 +09:00
parent d47e01a7e6
commit 47dc9d9af0
2 changed files with 3 additions and 1 deletions

View File

@@ -80,7 +80,8 @@ steps:
ports:
- containerPort: 8080
EOF
substitutions:
_PROJECT_NAME: products
options:
env:
# # location/name of GKE cluster (used by all kubectl commands)

View File

@@ -44,6 +44,7 @@ public abstract class MessagingBase {
ObjectMapper objectMapper = new ObjectMapper();
String json = null;
// TODO json 으로 변경
ProductChanged productChanged = new ProductChanged();
productChanged.setProductId(1L);
// productChanged.setProductTitle("TEST");