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

com.github.qq120011676.credential.aop.properties.CredentialAOPProperties Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package com.github.qq120011676.credential.aop.properties;

import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;

@Data
@ConfigurationProperties(prefix = "credential.aop")
public class CredentialAOPProperties {
    /**
     * aop表达式
     */
    private String before;
    /**
     * credential参数名称
     */
    private String parameterName = "credentialToken";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy