springboot oauth2当ignore url principal为null时

osh3o9ms  于 2021-07-08  发布在  Java
关注(0)|答案(0)|浏览(340)

当我忽视“餐馆”

@Override
public void configure(WebSecurity web) {
    web.ignoring().antMatchers("/restaurants");
}

microservice上的principal为空,但我需要它,因为我使用@requestparam“my”等,它只显示所有者。
我有post方法“/restaurants”,当我添加restaurant时,同一个主体为null,我不想公开post,我从主体获取userid。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题