Skip to content

Sample Architecture for Spring Boot based on CQRS - Command Query Responsibility Segregation Design Pattern

Notifications You must be signed in to change notification settings

Bug-Slicers/spring-boot-sample-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-sample-architecture

Prerequisites

  • Spring-boot
  • Maven
  • Docker

Steps to run the project

Pull and Run Postgres Sql Image:

docker run --name postgres-container -e POSTGRES_USER=your_username -e POSTGRES_PASSWORD=yourpassword -e POSTGRES_DB=your_db -p 5432:5432 -d postgres

Pull and Run PgAdmin Image

docker run --name pgadmin-container -e [email protected] -e PGADMIN_DEFAULT_PASSWORD=your_password -p 8081:80 -d dpage/pgadmin4

Download Dependencies

mvn clean install

This will install all the dependencies from POM.xml

Run the Project

mvn spring-boot:run

About

Sample Architecture for Spring Boot based on CQRS - Command Query Responsibility Segregation Design Pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages