Merge branch 'dev' of https://git.jetbrains.space/nalpari/q-cast-iii/qcast-api into dev
This commit is contained in:
commit
9a42f7cef8
@ -1,8 +1,11 @@
|
|||||||
package com.interplug.qcast.biz.login.dto;
|
package com.interplug.qcast.biz.login.dto;
|
||||||
|
|
||||||
import lombok.Data;
|
import lombok.Getter;
|
||||||
|
import lombok.Setter;
|
||||||
|
|
||||||
@Data
|
//@Data
|
||||||
|
@Getter
|
||||||
|
@Setter
|
||||||
public class UserResponse {
|
public class UserResponse {
|
||||||
private String userId;
|
private String userId;
|
||||||
private String saleStoreId;
|
private String saleStoreId;
|
||||||
|
|||||||
@ -15,7 +15,7 @@ import org.springframework.security.web.SecurityFilterChain;
|
|||||||
@EnableWebSecurity
|
@EnableWebSecurity
|
||||||
public class SecurityConfig {
|
public class SecurityConfig {
|
||||||
private static final String[] WHITELIST = {
|
private static final String[] WHITELIST = {
|
||||||
"/api/login/**", "/swagger-ui/**", "/v3/api-docs/**", "/actuator/**"
|
"/api/**", "/swagger-ui/**", "/v3/api-docs/**", "/actuator/**"
|
||||||
};
|
};
|
||||||
|
|
||||||
@Bean
|
@Bean
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user