Skip to content

Real-time user notification service through Server-sent events developed with Spring Boot

Notifications You must be signed in to change notification settings

schambeck/api-notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notification API

build Quality Gate Status

User notification service through Server-sent events

Build artifact

./mvnw clean package

Executable file generated: target/api-notification-1.0.0.jar

Build docker image

make docker-build

Initialize Swarm

docker swarm init

Deploy infra stack

make stack-srv-deploy

Check api-dna project.

Deploy app stack

make stack-deploy

Swagger

http://api-notification.localhost

Actuator

http://api-notification.localhost/actuator

Config Server

http://localhost:8888/api-notification/default

About

Real-time user notification service through Server-sent events developed with Spring Boot

Topics

Resources

Stars

Watchers

Forks