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
- Host: GitHub
- URL: https://github.com/jimlynchcodes/spring-102-123
- Owner: JimLynchCodes
- License: mit
- Created: 2023-10-11T15:59:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:05:32.000Z (about 2 years ago)
- Last Synced: 2025-02-04T11:55:16.127Z (over 1 year ago)
- Language: Java
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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