We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d7067 commit 3b5263dCopy full SHA for 3b5263d
spring-boot-admin-server/src/main/java/de/codecentric/boot/admin/server/notify/MailNotifier.java
@@ -76,7 +76,7 @@ public class MailNotifier extends AbstractStatusChangeNotifier {
76
/**
77
* Thymleaf template for mail
78
*/
79
- private String template = "classpath:/META-INF/spring-boot-admin-server/mail/status-changed.html";
+ private String template = "META-INF/spring-boot-admin-server/mail/status-changed.html";
80
81
public MailNotifier(JavaMailSender mailSender, InstanceRepository repository, TemplateEngine templateEngine) {
82
super(repository);
0 commit comments