You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I added restlight-ext-filter-starter and restlight-starter-actuator dependencies at the same time, it's failed
to start the server successfully. The error describes as:
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method oldAccessLogFilter in esa.restlight.ext.filter.starter.autoconfigurer.RestlightExtFilterAutoConfiguration required a single bean, but 2 were found:
- restlight.server-esa.restlight.starter.autoconfigure.AutoRestlightServerOptions: defined in null
- management.server.restlight-esa.restlight.starter.actuator.autoconfigurer.ManagementOptions: defined in null
Env
Restlight version: 0.1.0
JVM version: openjdk version "1.8.0_252"
OS: Win10
The text was updated successfully, but these errors were encountered:
Actual behavior
When I added
restlight-ext-filter-starter
andrestlight-starter-actuator
dependencies at the same time, it's failedto start the server successfully. The error describes as:
Env
The text was updated successfully, but these errors were encountered: