Skip to content

Commit f955477

Browse files
committed
added config fles for plugins and smart-services
1 parent 10abbc4 commit f955477

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

mesh-plugins/mesh-plugins.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"plugins" : [
3+
{
4+
"name": "HelloPlugin",
5+
"path": "java/HelloPlugin.java",
6+
"version": "0.9.0"
7+
}
8+
]
9+
}

smart-services/smart-services.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"services" : [
3+
{
4+
"name": "HelloWorld",
5+
"cmd": "hello_world",
6+
"path": "java/HelloWorld.java",
7+
"version": "0.9.0"
8+
},{
9+
"name": "RestaurantDemo",
10+
"cmd": "restaurant_reservation",
11+
"path": "java/RestaurantDemo.java",
12+
"version": "0.9.0"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)