nacos-group / nacos-spring-boot-project

Nacos ECO Project for Spring Boot
Apache License 2.0
783 stars 423 forks source link

缺少context-path参数,当修改context-path后context-path默认值为/nacos,会报403 #288

Closed slatonwu closed 1 year ago

slatonwu commented 1 year ago

public Properties buildGlobalNacosProperties() { return NacosPropertiesBuilder.buildNacosProperties(environment, nacosConfigProperties.getServerAddr(), nacosConfigProperties.getNamespace(), nacosConfigProperties.getEndpoint(), nacosConfigProperties.getSecretKey(), nacosConfigProperties.getAccessKey(), nacosConfigProperties.getRamRoleName(), nacosConfigProperties.getConfigLongPollTimeout(), nacosConfigProperties.getConfigRetryTime(), nacosConfigProperties.getMaxRetry(), nacosConfigProperties.isEnableRemoteSyncConfig(), nacosConfigProperties.getUsername(), nacosConfigProperties.getPassword()); }