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

commons.commons-sample-web.2.2.18.source-code.application.yml Maven / Gradle / Ivy

commons:
  security:
    jwt:
      secret: mySecret
    access:
      enable-session: true
      permit-all: /login,/token
      roles:
        USER:
          GET: /users/*
          POST: /users/*
          DELETE: /users/*
          PUT: /users/*
        OTHER:
          GET: /others/**
          POST: /samples
          DELETE: /others/*
          PUT: /others/*
        ADMIN:
          GET: /**
  upload:
    dir: /Users/liuyukuai/Documents/dir
    id-rule: md5
#        HAPPY: /**/*

logging:
  level:
    org.springframework: debug

        




© 2015 - 2025 Weber Informatics LLC | Privacy Policy