com.kould.properties.SpringKeyProperties Maven / Gradle / Ivy
The newest version!
package com.kould.properties;
import org.springframework.boot.context.properties.ConfigurationProperties;
@ConfigurationProperties("kache.method-key")
public class SpringKeyProperties extends KeyProperties{
}