Divide the MSB source codes into two repos
[msb/apigateway.git] / apiroute / apiroute-service / src / test / resources / ext / initServices / readme.txt
@@ -1,82 +1,63 @@
-====
-    Copyright 2016 2015-2016 ZTE, Inc. and others. All rights reserved.
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-
-        http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
-        Author: Zhaoxing Meng
-        email: meng.zhaoxing1@zte.com.cn
-====
-
-########################## initialize default routeInfo to redis ##########################
-
-#when msb is starting, it will automatically read all json files under this folder, and initializes to redis. 
-#If the routeInfo is exist, it will be ignored, otherwise it will be saved.
-
-
-# JSON File content must be routeInfo format array like below examples:
-
-#  optional:
-#  apiJsonType: 1:user-defined json type    0:pre-defined json type
-#  control:   0:default   1:readonly  2:hidden
-#  status:    0:disabled   1:enabled  
-#  Tip��control��status��weight are  non-mandatory 
-
-[
-##########################apiRoute example##########################
-
-{
-               "serviceName" : "microservices",
-               "version" : "v1",
-               "url" : "/api/microservices/v1",
-               "apiJson" : "/api/microservices/v1/swagger.json",
-               "apiJsonType" : "1",
-               "metricsUrl" : "/admin/metrics",
-               "control" : "1",
-               "status" : "1",
-               "servers" : [{
-                               "ip" : "127.0.0.1",
-                               "port" : "8086",
-                               "weight" : 0
-                       }
-               ]
-       },
-       
-##########################iuiRoute example##########################
-       
-{
-               "serviceName" : "microservices",
-               "url" : "/iui/microservices",
-               "control" : "1",
-               "status" : "1",
-               "servers" : [{
-                               "ip" : "127.0.0.1",
-                               "port" : "8086",
-                               "weight" : 0
-                       }
-               ]
-       },
-       
-##########################customRoute example##########################        
-       {
-               "serviceName" : "/test",
-               "url" : "/test",
-               "control" : "0",
-               "status" : "1",
-               "servers" : [{
-                               "ip" : "10.74.56.36",
-                               "port" : "8989",
-                               "weight" : 0
-                       }
-               ]
-       }
+########################## initialize default routeInfo to redis ##########################\r
+\r
+#when msb is starting, it will automatically read all json files under this folder, and initializes to redis. \r
+#If the routeInfo is exist, it will be ignored, otherwise it will be saved.\r
+\r
+\r
+# JSON File content must be routeInfo format array like below examples:\r
+\r
+#  optional:\r
+#  apiJsonType: 1:user-defined json type    0:pre-defined json type\r
+#  control:   0:default   1:readonly  2:hidden\r
+#  status:    0:disabled   1:enabled  \r
+#  Tip£ºcontrol¡¢status¡¢weight are  non-mandatory \r
+\r
+[\r
+##########################apiRoute example##########################\r
+\r
+{\r
+               "serviceName" : "microservices",\r
+               "version" : "v1",\r
+               "url" : "/api/microservices/v1",\r
+               "apiJson" : "/api/microservices/v1/swagger.json",\r
+               "apiJsonType" : "1",\r
+               "metricsUrl" : "/admin/metrics",\r
+               "control" : "1",\r
+               "status" : "1",\r
+               "servers" : [{\r
+                               "ip" : "127.0.0.1",\r
+                               "port" : "8086",\r
+                               "weight" : 0\r
+                       }\r
+               ]\r
+       },\r
+       \r
+##########################iuiRoute example##########################\r
+       \r
+{\r
+               "serviceName" : "microservices",\r
+               "url" : "/iui/microservices",\r
+               "control" : "1",\r
+               "status" : "1",\r
+               "servers" : [{\r
+                               "ip" : "127.0.0.1",\r
+                               "port" : "8086",\r
+                               "weight" : 0\r
+                       }\r
+               ]\r
+       },\r
+       \r
+##########################customRoute example##########################        \r
+       {\r
+               "serviceName" : "/test",\r
+               "url" : "/test",\r
+               "control" : "0",\r
+               "status" : "1",\r
+               "servers" : [{\r
+                               "ip" : "10.74.56.36",\r
+                               "port" : "8989",\r
+                               "weight" : 0\r
+                       }\r
+               ]\r
+       }\r
 ]
\ No newline at end of file