Vadym79 / spring-boot-emailbouncer-service

spring boot email bouncer service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-emailbouncer-service

CREATE TABLE bounced_email (email VARCHAR(256) NOT NULL, number_of_bounces INT4 NOT NULL, PRIMARY KEY (email));

change db properties : url, user and password in application.yml

About

spring boot email bouncer service


Languages

Language:Java 100.0%