I've just attempted to install Unimus 2.3.2 into Tomcat, with Java 11.
However, I've got the following error in catalina.out:
Code: Select all
21:40:49.000 [Catalina-utility-2] ERROR org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter -
***************************
APPLICATION FAILED TO START
***************************
Description:
The bean 'queuedMailSender', defined in class path resource [net/unimus/business/notifications/NotificationConfiguration.class], could not be registered. A bean with that name has already been defined in class path resource [net/unimus/common/service/mail/MailSenderConfiguration.class] and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true

Thanks.