Skip to content

Commit

Permalink
Merge branch 'release-4.10.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 Aug 2, 2022
2 parents f0bd6bc + bd6e3a1 commit 18e75c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
env:
GITHUB_USERNAME: ${{ secrets.USERNAME }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: mvn -s $GITHUB_WORKSPACE/settings.xml clean install -Pgithub deploy -DskipTests
run: mvn -s $GITHUB_WORKSPACE/settings.xml clean install -Pgithub deploy -DskipTests
34 changes: 15 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,22 @@
# Overview
Dao holds the dao & repository classes for XMessage.

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

## Getting Started
## Prerequisites

### Setup cassandra
1. Get cassandra image
* docker pull cassandra

2. start cassandra node
* docker run -it --rm --name cassandra-node -p7000:7000 -p7001:7001 -p9042:9042 -p9160:9160 cassandra

### Run client
* build using mvn clean install -U
* run spring boot application

### Prerequisites

* java 8
* java 11 or above
* docker
* cassandra
* kafka
* postgresql
* redis
* fusion auth
* lombok plugin for IDE
* maven
* maven

## Build
* build with tests run using command **mvn clean install -U**
* or build without tests run using command **mvn clean install -DskipTests**

# Detailed Documentation
[Click here](https://uci.sunbird.org/use/developer/uci-basics)

0 comments on commit 18e75c1

Please sign in to comment.