Skip to content

Commit bc3c414

Browse files
committed
update ci badge
1 parent 3e89368 commit bc3c414

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Theory (Java)
22

3-
[![CI](https://github.com/OWNER/REPO/actions/workflows/ci.yml/badge.svg)](https://github.com/OWNER/REPO/actions/workflows/ci.yml)
3+
[![CI](https://github.com/wilburhimself/theory_java/actions/workflows/ci.yml/badge.svg)](https://github.com/wilburhimself/theory_java/actions/workflows/ci.yml)
44
[![Maven Central](https://img.shields.io/maven-central/v/io.retrorock/theory.svg)](https://central.sonatype.com/artifact/io.retrorock/theory)
55

6-
Note: Replace `OWNER/REPO` with your GitHub org/repo, and adjust Maven Central coordinates when published.
7-
86
A small, annotation-driven data access library built on Spring JDBC. It provides:
97

108
- Model mapping via annotations (`@Table`, `@Column`, `@PrimaryKey`, `@BelongsTo`) on POJOs.

0 commit comments

Comments
 (0)