Skip to content

Commit

Permalink
Merge branch 'release-4.9.0' of https://github.com/samagra-comms/dao
Browse files Browse the repository at this point in the history
…into v2-integration
  • Loading branch information
surabhi-mahawar committed Jul 18, 2022
2 parents 604b6b1 + 31c63ef commit ec5fcf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build & Deploy on Tag & Push
# Build & Deploy on Tag & Push
name: Github Package
on:
push:
tags:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build on Push & Pull Request
# Build on Push & Pull Request
name: Maven Build
on:
push:
branches:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Spring Example Reactive Cassandra Repository
![Maven Build](https://github.com/samagra-comms/dao/actions/workflows/build.yml/badge.svg)
![Github Package](https://github.com/samagra-comms/dao/actions/workflows/build-deploy.yml/badge.svg)

# Overview
Dao holds the dao & repository classes for XMessage.

## Reactive Cassandra Repository
Example using spring boot, and spring data reactive cassandra repository

## Getting Started
Expand Down

0 comments on commit ec5fcf7

Please sign in to comment.