Skip to content

Commit 0cccfd7

Browse files
committed
docs(readme): update CodeQL badge
1 parent 8f36274 commit 0cccfd7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 🧪 RESTful API with Java and Spring Boot
22

33
[![Java CI with Maven](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml/badge.svg)](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/maven.yml)
4+
[![CodeQL Advanced](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/codeql.yml/badge.svg)](https://github.com/nanotaboada/java.samples.spring.boot/actions/workflows/codeql.yml)
45
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanotaboada_java.samples.spring.boot&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nanotaboada_java.samples.spring.boot)
56
[![codecov](https://codecov.io/gh/nanotaboada/java.samples.spring.boot/branch/master/graph/badge.svg?token=D3FMNG0WOI)](https://codecov.io/gh/nanotaboada/java.samples.spring.boot)
67
[![CodeFactor](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot/badge)](https://www.codefactor.io/repository/github/nanotaboada/java.samples.spring.boot)
@@ -47,7 +48,7 @@ Proof of Concept for a RESTful Web Service built with **Spring Boot 4** targetin
4748
## Tech Stack
4849

4950
| Component | Technology |
50-
|-----------|------------|
51+
| --------- | ---------- |
5152
| **Framework** | [Spring Boot](https://github.com/spring-projects/spring-boot) 4.0.0 |
5253
| **Runtime** | [Java](https://github.com/openjdk/jdk) (JDK 25 LTS) |
5354
| **Build Tool** | [Maven](https://github.com/apache/maven) |
@@ -64,7 +65,7 @@ Proof of Concept for a RESTful Web Service built with **Spring Boot 4** targetin
6465
6566
## Project Structure
6667

67-
```
68+
```tree
6869
src/main/java/ar/com/nanotaboada/java/samples/spring/boot/
6970
├── Application.java # Main entry point, @SpringBootApplication
7071
├── controllers/ # REST endpoints (@RestController)
@@ -313,7 +314,7 @@ springdoc.api-docs.path=/v3/api-docs
313314
springdoc.swagger-ui.path=/swagger/index.html
314315
```
315316

316-
### Testing
317+
### Testing (Local)
317318

318319
Configuration in `src/test/resources/application.properties`:
319320

@@ -330,7 +331,7 @@ spring.jpa.hibernate.ddl-auto=create-drop
330331
## Command Summary
331332

332333
| Command | Description |
333-
|---------|-------------|
334+
| ------- | ----------- |
334335
| `./mvnw clean compile` | Clean and compile the project |
335336
| `./mvnw test` | Run tests without coverage |
336337
| `./mvnw verify` | Run tests with JaCoCo coverage |

0 commit comments

Comments
 (0)