Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.34 KB

File metadata and controls

50 lines (36 loc) · 1.34 KB

External tests

This project has been tested with the classic project Spring Petclinic.

git clone https://github.com/spring-projects/spring-petclinic.git

In the spring-petclinic, add the dependency:

<dependency>
    <groupId>io.github.jabrena</groupId>
    <artifactId>spring-boot-starter-user-beans</artifactId>
    <version>0.1.0-SNAPSHOT</version>
</dependency>

And run from root pom.xml

./mvnw spring-boot:run -pl external-tests/spring-petclinic -am
              |\      _,,,--,,_
             /,`.-'`'   ._  \-;;,_
  _______ __|,4-  ) )_   .;.(__`'-'__     ___ __    _ ___ _______
 |       | '---''(_/._)-'(_\_)   |   |   |   |  |  | |   |       |
 |    _  |    ___|_     _|       |   |   |   |   |_| |   |       | __ _ _
 |   |_| |   |___  |   | |       |   |   |   |       |   |       | \ \ \ \
 |    ___|    ___| |   | |      _|   |___|   |  _    |   |      _|  \ \ \ \
 |   |   |   |___  |   | |     |_|       |   | | |   |   |     |_    ) ) ) )
 |___|   |_______| |___| |_______|_______|___|_|  |__|___|_______|  / / / /
 ==================================================================/_/_/_/

:: Built with Spring Boot :: 3.1.1

Open the webbrowser with the following url:

open http://localhost:8080/actuator/userbeans

References