|
@@ -1,6 +1,5 @@
|
|
|
package com.macro.mall.security.config;
|
|
|
|
|
|
-import lombok.Data;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
@@ -14,7 +13,7 @@ import java.util.List;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@ConfigurationProperties(prefix = "ignored")
|
|
|
+@ConfigurationProperties(prefix = "secure.ignored")
|
|
|
public class IgnoreUrlsConfig {
|
|
|
|
|
|
private List<String> urls = new ArrayList<>();
|