application.yml 566 字节
server:
  port: 8081

login:
  #登录跳转地址
  adfs-base-address: https://adfstest.micron.com/adfs
  #客户端id
  client-id: 4b3a662e-df9a-4215-8c11-19329d82cecb
  #调用客户端重定向地址
  redirect-uri: http://localhost/confirmLogin

  adfs-metadata-address: https://adfstest.micron.com/federationmetadata/2007-06/federationmetadata.xml


  #登录成功跳转页面
  success-html: loginSuccess

spring:
  thymeleaf:
    prefix: classpath:/templates/
    encoding: UTF-8
    cache: false
    suffix: .html
    servlet:
      content-type: text/html