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

pm.3.0.0.RELEASE.source-code.application.yml Maven / Gradle / Ivy

e:
  conf:
    loyAspect: true
    attachmentBaseDirectory: ./upload
    defaultLocale: zh_CN
    debugPageResult: false
    recordOperateLog: true
    supportLocales:
    - en_US
    - zh_CN
    defaultPage: readme.html
    staticMappings:
      /upm/component/**:
      - classpath:/static/component/
      - classpath:/public/component/
      /upm/**:
      - classpath:/static/
    ignoreJsonResponseUrls:
    - /configuration/ui
    - /swagger-resources
    - /v2/api-docs
    - /configuration/security
    - /model/*/json
    - /model/*/save
    - /editor/stencilset
  cas:
    casServerUrlPrefix: http://localhost:18080/cas
    shiroServerUrlPrefix: http://localhost
    successUrl: /home.html#
    trustAllHttps: true
    anons:
      /index.html: anon
      /component/**: anon
      /i18n/**: anon
      /**.js: anon
      /**.map: anon
      /**.woff: anon
      /login: anon
      /logout: anon
      /static: anon
      /metrics: anon
  form:
    successUrl: home.html#
    loginUrl: /index.html
    anons:
      /index.html: anon
      /component/**: anon
      /i18n/**: anon
      /**.js: anon
      /**.map: anon
      /**.woff: anon
      /login: anon
      /logout: anon
      /static: anon
      /metrics: anon
  apiInfo:
    title: E-框架 REST API
    description: null
    version: 2.0.0
    termsOfServiceUrl: null
    contact:
      name: Loy Fu
      url: http://www.17jee.com
      email: [email protected]
    license: null
    licenseUrl: null
    pathsRegex: ^.*(?




© 2015 - 2024 Weber Informatics LLC | Privacy Policy