Skip to content

Commit

Permalink
fix(scaffold): error README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Jul 10, 2019
1 parent fa052db commit d954f62
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions generators/app/templates/README.tmpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@

通过IDE运行[StartupApplication](${artifactId}-provider/src/main/java/${basePath}/StartupApplication.java)

<%
if(dependencies.swagger){
print(`swagger地址:http://127.0.0.1:8080/swagger-ui.html \n`);
print(`swagger json:http://127.0.0.1:8080/v2/api-docs \n`);
}
%>
**swagger地址**http://127.0.0.1:8080/swagger-ui.html
**swagger json**http://127.0.0.1:8080/v2/api-docs

### 部署

Expand Down

0 comments on commit d954f62

Please sign in to comment.