File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ framework.
55
66It supports the generation of Java based servers with the following flavours supported:
77
8- + [Spring Boot/Spring MVC](https://spring.io/projects/spring-boot "Spring Boot")
9- + [Undertow](http://undertow.io/ "Undertow")
8+ + [ Spring Boot/Spring MVC] ( https://spring.io/projects/spring-boot " Spring Boot ")
9+ + [ Undertow] ( http://undertow.io/ " Undertow ")
1010
1111## Building & Running
1212
@@ -54,7 +54,11 @@ After building:
5454
5555The plugin is executed as part of a protoc compilation step:
5656
57- protoc --proto_path=. --java_out=../java --flit_out=target=server,type=undertow:../java ./haberdasher.proto
57+ protoc \
58+ --proto_path=. \
59+ --java_out=../java \
60+ --flit_out=target=server,type=undertow:../java \
61+ ./haberdasher.proto
5862
5963### Options
6064
You can’t perform that action at this time.
0 commit comments