2016-08-03 08:38:02 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2018-04-24 16:20:44 +00:00
|
|
|
# Generate clients:
|
2016-08-03 08:38:02 +00:00
|
|
|
./bin/spring-cloud-feign-petstore.sh
|
|
|
|
./bin/spring-stubs.sh
|
2018-04-24 16:20:44 +00:00
|
|
|
|
|
|
|
# Generate spring-mvc servers:
|
|
|
|
./bin/spring-mvc-petstore-server.sh
|
2016-08-03 08:38:02 +00:00
|
|
|
./bin/spring-mvc-petstore-j8-async-server.sh
|
2018-04-24 16:20:44 +00:00
|
|
|
./bin/spring-mvc-petstore-j8-localdatetime.sh
|
|
|
|
|
|
|
|
# Generate springboot servers:
|
|
|
|
./bin/spring-delegate.sh
|
|
|
|
./bin/spring-delegate-j8.sh
|
2016-08-03 08:38:02 +00:00
|
|
|
./bin/springboot-petstore-server.sh
|
2018-04-21 21:55:36 +00:00
|
|
|
./bin/springboot-petstore-server-reactive.sh
|
2017-05-17 14:12:06 +00:00
|
|
|
./bin/springboot-petstore-server-beanvalidation.sh
|
|
|
|
./bin/springboot-petstore-server-implicitHeaders.sh
|
2017-07-03 09:40:00 +00:00
|
|
|
./bin/springboot-petstore-server-useOptional.sh
|