All Downloads are FREE. Search and download functionalities are using the official Maven repository.

iftech.swiftboot-shiro.2.4.4.1.source-code.application-sample.yaml Maven / Gradle / Ivy

There is a newer version: 2.4.7
Show newest version
shiro:
  enabled: true
  annotations:
    enabled: true
swiftboot:
  shiro:
    enabled: true
    cookie:
      domain: localhost
      path: /
      name: swiftboot_shiro_token
      maxAge: 1800
    session:
      storageType: redis
      timeout: 1800
      redisGroup: shiro-session
    loginUrl: /login
    successUrl: /main




© 2015 - 2024 Weber Informatics LLC | Privacy Policy