@pandaAnthony 刚换yml也包警告“Unknown property 'security.cas'”
pandaAnthony:spring boot cas 服务端和spring security客户端搭建(三)这个系列有3篇文章: spring boot cas 服务端和spring security客户端搭建(一):主要介绍怎么用spring boot cas搭建https的服务...
@pandaAnthony 刚换yml也包警告“Unknown property 'security.cas'”
pandaAnthony:spring boot cas 服务端和spring security客户端搭建(三)这个系列有3篇文章: spring boot cas 服务端和spring security客户端搭建(一):主要介绍怎么用spring boot cas搭建https的服务...
@pandaAnthony 我是用的properties文件,pom有<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
</dependency>
pandaAnthony:spring boot cas 服务端和spring security客户端搭建(三)这个系列有3篇文章: spring boot cas 服务端和spring security客户端搭建(一):主要介绍怎么用spring boot cas搭建https的服务...
请问下你的‘security.cas.server.host’。。。这些配置有没报“'security.cas.server.host' is an unknown property.”?
pandaAnthony:spring boot cas 服务端和spring security客户端搭建(三)这个系列有3篇文章: spring boot cas 服务端和spring security客户端搭建(一):主要介绍怎么用spring boot cas搭建https的服务...