Package tech.jhipster.config
Class JHipsterProperties.Mail
- java.lang.Object
-
- tech.jhipster.config.JHipsterProperties.Mail
-
- Enclosing class:
- JHipsterProperties
public static class JHipsterProperties.Mail extends Object
-
-
Constructor Summary
Constructors Constructor Description Mail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
String
getFrom()
boolean
isEnabled()
void
setBaseUrl(String baseUrl)
void
setEnabled(boolean enabled)
void
setFrom(String from)
-