Skip to content

Commit e493cdf

Browse files
authored
Remove badges from submodules
1 parent 93b1009 commit e493cdf

22 files changed

Lines changed: 4 additions & 30 deletions

File tree

batch-rest-repository/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement batch operation for REST resources with https://spring.io/projects/spring-batch[Spring Batch]
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514
Spring Batch allows us to perform large volumes of records from several resources such as https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/item/file/FlatFileItemReader.html[File],

batch-skip-step/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Skip processing specific data through business logic in Spring Batch.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

cloud-jdbc-env-repo/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Sample of https://cloud.spring.io/spring-cloud-config/single/spring-cloud-config.html#_spring_cloud_config_server[Spring Cloud Config Server] embedded application that uses database as backend for configuration properties.
1111
12-
include::../docs/badges.adoc[]
1312
1413
== Background
1514

data-domain-events/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Reduce method complexity by utilising `@DomainEvents` from link:https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#core.domain-events[Spring Data JPA].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514
In this repository we will explore Spring Data JPA helps us to adhere to link:https://en.wikipedia.org/wiki/Single-responsibility_principle[Single Responsibility], a component of link:https://en.wikipedia.org/wiki/SOLID[SOLID Principles].

data-envers-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Sample application that demonstrates entity revisions with http://projects.spring.io/spring-data-envers/[Spring Data Envers].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-jdbc-audit/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010

1111
We have explored on how to implement auditing with link:../data-jpa-audit/[Spring Data Jpa], link:../data-envers-audit/[Spring Data Enver], and link:../data-mongodb-audit/[Spring Data Mongo]. In this tutorial, we will implement auditing with https://spring.io/projects/spring-data-jdbc[Spring Data JDBC].
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

@@ -172,4 +171,4 @@ class UserAuditTests {
172171
}
173172
----
174173

175-
Full implementation of the test can be found in link:{source-test}/user/UserAuditTests.java[`UserAuditTests`].
174+
Full implementation of the test can be found in link:{source-test}/user/UserAuditTests.java[`UserAuditTests`].

data-jpa-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Enable auditing with Spring Data Jpa's `@CreatedDate` and `@LastModified`. For example with Spring Data MongoDB, please check out link:../data-mongodb-audit[Spring Data MongoDB Audit Example].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-jpa-event/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010

1111
In this tutorial, we will look into how we can utilise events to perform validation at repository level.
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

data-jpa-filtered-query/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement global filter query which involves several `Entity` with Spring Data Jpa.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-mongodb-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Enable auditing with Spring Data MongoDB. For example with Spring Data JPA, visit link:../data-jpa-audit/[Spring Data JPA Audit Example].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

0 commit comments

Comments
 (0)