This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push: new dea2c7a CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc. dea2c7a is described below commit dea2c7a34028c19d1104ad632dec14dd58bb1344 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Oct 31 09:39:02 2021 +0100 CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc. --- rest-openapi-springdoc/README.adoc | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/rest-openapi-springdoc/README.adoc b/rest-openapi-springdoc/README.adoc index 0009bdc..b05646d 100644 --- a/rest-openapi-springdoc/README.adoc +++ b/rest-openapi-springdoc/README.adoc @@ -20,28 +20,7 @@ You can run this example using: $ mvn spring-boot:run -You should see the following output when the application is launched: - -[source,text] ----- -... -[INFO] --- spring-boot-maven-plugin:1.5.10.RELEASE:run (default-cli) @ camel-example-spring-boot-rest-openapi-springdoc --- -[...] - . ____ _ __ _ _ - /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ -( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ - \\/ ___)| |_)| | | | | || (_| | ) ) ) ) - ' |____| .__|_| |_|_| |_\__, | / / / / - =========|_|==============|___/=/_/_/_/ - :: Spring Boot :: (v2.0.0.RELEASE) -[...] -2017-03-05 14:55:44.032 INFO 15312 --- [ main] o.a.camel.spring.SpringCamelContext : Total 4 routes, of which 4 are started. -2017-03-05 14:55:44.034 INFO 15312 --- [ main] o.a.camel.spring.SpringCamelContext : Apache Camel 2.22.0-SNAPSHOT (CamelContext: camel-1) started in 0.614 seconds -2017-03-05 14:55:44.131 INFO 15312 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http) -2017-03-05 14:55:44.140 INFO 15312 --- [ main] o.a.c.example.springboot.Application : Started Application in 6.265 seconds (JVM running for 21.092) ----- - -After the Spring Boot application is started, you can open the following URL in your web browser to access the REST endpoint and retrieve a list of users: http://localhost:8080/camel/users +After the Spring Boot application is started, you can open the following URL in your web browser to access the REST endpoint and retrieve a list of users: http://localhost:8080/api/users To use the Swagger UI, open http://localhost:8080/swagger-ui.html