Skip to content

Commit 56381df

Browse files
committed
Updated README.md
1 parent 666e928 commit 56381df

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22

33
<img src="logo.svg" alt="logo :D">
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-starter.svg)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-starter)
6-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-cache-starter.svg)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-cache-starter)
7-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-testcontainers.svg)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-testcontainers)
8-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-dependencies.svg)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-dependencies)
9-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
[![Java: 17+](https://img.shields.io/badge/Java-17%2B-blue.svg)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
11-
[![Spring Boot: 3.5.3+](https://img.shields.io/badge/Spring%20Boot-3.5.3%2B-brightgreen.svg)](https://spring.io/projects/spring-boot)
12-
[![Python: 3.10+](https://img.shields.io/badge/Python-3.10%2B-blue.svg)](https://www.python.org/downloads/)
13-
![Tests Passed: 99%](https://img.shields.io/badge/Tests%20Passed-99%25-green.svg)
5+
<hr>
6+
7+
<!-- Maven Central -->
8+
[![Starter](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-starter?style=for-the-badge&logo=apache-maven&color=blue&label=starter)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-starter)
9+
[![Cache Starter](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-cache-starter?style=for-the-badge&logo=apache-maven&color=blue&label=cache-starter)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-cache-starter)
10+
[![Testcontainers](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-testcontainers?style=for-the-badge&logo=apache-maven&color=blue&label=testcontainers)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-testcontainers)
11+
[![BOM](https://img.shields.io/maven-central/v/io.github.w4t3rcs/spring-boot-python-executor-dependencies?style=for-the-badge&logo=apache-maven&color=blue&label=dependencies)](https://central.sonatype.com/artifact/io.github.w4t3rcs/spring-boot-python-executor-dependencies)
12+
13+
<!-- Tech Requirements -->
14+
![Java](https://img.shields.io/badge/Java-17%2B-orange?style=for-the-badge&logo=openjdk)
15+
![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.5.3%2B-brightgreen?style=for-the-badge&logo=spring-boot)
16+
![Python](https://img.shields.io/badge/Python-3.10%2B-blue?style=for-the-badge&logo=python)
17+
18+
<!-- License -->
19+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=for-the-badge&logo=open-source-initiative)](https://opensource.org/licenses/MIT)
20+
![Tests Passed](https://img.shields.io/badge/Tests%20Passed-99%25-green?style=for-the-badge&logo=checkmarx)
1421

1522
<hr>
1623

0 commit comments

Comments
 (0)