This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new c2e9a22 update README
c2e9a22 is described below
commit c2e9a2276d2f96018a92c49bac9e02e50e2dc455
Author: nzomkxia <[email protected]>
AuthorDate: Thu Oct 25 11:31:41 2018 +0800
update README
---
README.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 14f998e..f66ccec 100644
--- a/README.md
+++ b/README.md
@@ -49,12 +49,12 @@
1. In the **Import from Maven** page where IntelliJ IDEA displays the
profiles, activate the ones you need:

2. Select **Next** and finish import
-
+
2. Choose profile file in the Maven Projects tool window to activate
profiles.
1. Open the Maven Projects tool window.
2. Click the Profiles node to open a list of declared profiles.
3. Select the appropriate checkboxes to activate the profiles you
need.
-
+
* Select configuration files in Eclipse
1. import project
2. In **Project Explorer**, right click `dubbo-admin-backend`
@@ -66,13 +66,16 @@
* Run frontend project
run with `npm run dev`
* visit webpage
- visit `localhost://localhost:8081`, frontend support hot reload.
-
+ visit `http://localhost:8081`, frontend support hot reload.
* CORS problem
in this development mode, frontend will request `localhost:8080` to fetch
data, this will cause a CORS problem, so we add a configuration in
`I18nConfig.java` to support CORS, this configuration will only be active under
**develop** mode, please select the right maven profile to support this.
+### Swagger supoort
+
+Once deployed, you can check http://localhost:8080/swagger-ui.html to check
all restful api and models
+
### 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.
+See
[LICENSE](https://github.com/apache/incubator-dubbo-ops/blob/develop/LICENSE)
for full license text.
\ No newline at end of file