Error: Sorry, remote connections ('webAllowOthers') are disabled on this server
Sep 3, 2024 · 1 min read · Solution: Set the parameter "spring.h2.console.settings.web-allow-others" to true in application.properties file File--> ..\src\main\resources\application.properties spring.h2.console.enabled=true spring.h2.console.settings.web-allow-others=true spri...
Join discussion