Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 886 Bytes

File metadata and controls

40 lines (27 loc) · 886 Bytes

Challenge Spring Boot Application

This repository aims to store solutions to some technical challenges in Java using Spring Boot 3. The project was generated using https://start.spring.io/.

Dependencies

  • Java 17
  • Maven

How to Run

  1. Clone this repository.
  2. Open IntelliJ and import the project.
  3. Run the project.
  4. Or you can run from a terminal window by running:
mvn spring-boot:run
  1. The application will start on http://localhost:8080.

Endpoints

The list of all endpoints is available on http://localhost:8080/swagger-ui/index.html

Testing

Ensure that all dependencies are installed.

Run the following command:

mvn test

Check the test results for any failures.

Made with ☕ by Leonardo David 👋🏻 Get in touch!