ozimov / spring-boot-email-tools

A set of services and tools for sending emails in a Spring Boot 1.5.x application using a Template Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create class with static constants being used here and there

robertotru opened this issue · comments

Stop using magic string, they are becoming too much. At least for those to be supplied via application.properties, we should have a class with the constants.

Unit tests ensuring that no changes in the constants are applied are due.