bug fix #199 & add key bind
diff --git a/README.md b/README.md
index b01e9cb..5db46e6 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
 ### Production Setup
 
 1. Clone source code on develop branch `git clone https://github.com/apache/incubator-dubbo-ops.git`
-2. Specify registry address in `dubbo-admin-backend/src/resources/application-production.properties`
+2. Specify registry address in `dubbo-admin-backend/src/main/resources/application-production.properties`
 3. Build   
 
     > - `mvn clean package`
@@ -50,4 +50,4 @@
 ### License
 
 Apache Dubbo ops is under the Apache 2.0 license, Version 2.0.
-See [LICENSE](https://github.com/apache/incubator-dubbo-ops/blob/develop/LICENSE) for full license text.
\ No newline at end of file
+See [LICENSE](https://github.com/apache/incubator-dubbo-ops/blob/develop/LICENSE) for full license text.
diff --git a/README_ZH.md b/README_ZH.md
index a25ec7d..9f3a056 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -25,7 +25,7 @@
 ### 生产环境配置  
 
 1. 下载代码: `git clone https://github.com/apache/incubator-dubbo-ops.git`
-2. 在 `dubbo-admin-backend/src/resources/application-production.properties`中指定注册中心地址
+2. 在 `dubbo-admin-backend/src/main/resources/application-production.properties`中指定注册中心地址
 3. 构建   
 
     > - `mvn clean package`
diff --git a/dubbo-admin-frontend/src/components/ServiceSearch.vue b/dubbo-admin-frontend/src/components/ServiceSearch.vue
index dd01cf5..02c0a8a 100644
--- a/dubbo-admin-frontend/src/components/ServiceSearch.vue
+++ b/dubbo-admin-frontend/src/components/ServiceSearch.vue
@@ -34,6 +34,7 @@
                   hide-no-data
                   :suffix="queryBy"
                   :hint="hint"
+                  @keyup.enter="submit"
                   label="Search Dubbo Services"
                 ></v-combobox>
                 <v-menu class="hidden-xs-only">