mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
36c3fa05e0
* Allows for generation of spring conroller code using the decorator pattern * Change Decorator to Delegate in spring codegen
10 lines
240 B
Bash
Executable File
10 lines
240 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/spring-cloud-feign-petstore.sh
|
|
./bin/spring-delegate.sh
|
|
./bin/spring-delegate-j8.sh
|
|
./bin/spring-stubs.sh
|
|
./bin/spring-mvc-petstore-j8-async-server.sh
|
|
./bin/springboot-petstore-server.sh
|
|
./bin/spring-mvc-petstore-server.sh
|