Skip to content

This is a project to register a new user and create a communication with RabbitMQ to a email service.

Notifications You must be signed in to change notification settings

Venicode/ms-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This microservice belongs to the User Registration Validation project.

Initial Configurations

To preserve the data, you need create your database and a RabbitMQ queue. After that, update in application.properties :

spring.application.name=user
server.port=8081
spring.datasource.url=jdbc:mysql://server/database_name
spring.datasource.username=username
spring.datasource.password=password
spring.jpa.hibernate.ddl-auto=update
spring.rabbitmq.addresses=amqps://rabbitmq_addresses
broker.queue.email-register.name = default.email-register

About

This is a project to register a new user and create a communication with RabbitMQ to a email service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages