系統提示出現無法啓動服務器時無法連接的錯誤。我想知道爲什麼它試圖尋找192.168.100.16而不是使用localhost。 我試着運行應用程序使用-Djava.net.preferIPv4Stack = true,但這也沒有工作。 application.yml server:
port: 9090
# remove that settings in production
ma
我試圖實現使用春季啓動1.5.6.RELEASE和春雲Dalston.SR3微服務架構的後端,將通過移動消耗/網絡端點。 API網關應用 @SpringBootApplicatio
@EnableEurekaClient
@EnableZuulProxy
public class GatewayApplication {
public static void main(Strin
我想要禁用特定端點的安全性,以便我可以撥打控制器的電話。不幸的是,我進行一個電話,我得到一個304(我看到它在Chrome的開發者工具),我重定向到陣營前端,無視我的控制器的端點 @EnableWebSecurity
@Configuration
@EnableOAuth2Sso
@EnableRedisHttpSession
public class MyWebSecurityConfi