An open API service indexing awesome lists of open source software.

https://github.com/jimlynchcodes/spring-102-123

A spring project from oct 11, '23
https://github.com/jimlynchcodes/spring-102-123

Last synced: about 1 year ago
JSON representation

A spring project from oct 11, '23

Awesome Lists containing this project

README

          

# Spring-102-123

A spring boot project from oct 11, '23


---


# Usage


## CLI Tools

Assuming you have already installed:

- Java
- Jabba
- Spring CLI
- A code editor (VS Code, Intellij, vim, etc)


## Java Version
I used `openjdk@1.17.0` when creating and running this project.
```bash
jabba use openjdk@1.17.0
```


## Build Java Code

## Run Locally


# Unit Testing


# Run Unit Tests (Simple)


# Run Unit Tests (With JavaCoCo Code Coverage)


# Run Unit Tests (With PITest Mutation Testing)


# Run Unit Tests (Individual Suite)


# Run Unit Tests (CI Mode)


---

# E2e Testing


## Testing REST Endpoints With RestAssured


---

## Load Testing With JMeter


## Load Testing With Gatling


## Load Testing With Artillery