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

jiaji.mk.mk-security-admin.0.0.4.source-code.application.yml Maven / Gradle / Ivy

The newest version!
#
#
#spring:
#  datasource:
#    hikari:
#      username: root
#      password: sKk2sxAwtfx
#    driver-class-name: com.mysql.cj.jdbc.Driver
#    url: jdbc:mysql://127.0.0.1:3306/mk?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2B8&allowMultiQueries=true
#  servlet:
#    multipart:
#      max-file-size: 20MB
#      max-request-size: 200MB
#  mvc:
#    throw-exception-if-no-handler-found: true
#  redis:
#    host: localhost
#    port: 6379
#  jackson:
#    #参数意义:
#    #JsonInclude.Include.ALWAYS              默认
#    #JsonInclude.Include.NON_DEFAULT     属性为默认值不序列化
#    #JsonInclude.Include.NON_EMPTY         属性为 空(””) 或者为 NULL 都不序列化
#    #JsonInclude.Include.NON_NULL           属性为NULL   不序列化
#    default-property-inclusion: ALWAYS
#    time-zone: GMT+8
#    date-format: yyyy-MM-dd HH:mm:ss
#
#logging:
#  level:
#    com.github.xujiaji.mk: debug
#
#custom:
#  security:
#    config:
#      ignores:
#        get:
#          - "/admin/sec/role/*"
#          - "/admin/sec/permission/*"
#        # 需要过滤的 post 请求
#        post:
#          - "/admin/sec/role/*"
#          - "/admin/sec/permission/*"
#        put:
#          - "/admin/sec/role/*"
#          - "/admin/sec/role/set/permission"
#          - "/admin/sec/permission/*"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy