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

cn.benma666.sjsj.myutils.UtilConfig Maven / Gradle / Ivy

package cn.benma666.sjsj.myutils;

import cn.benma666.config.Benma666;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configuration;

@Configuration
@ConfigurationProperties(prefix = "benma666")
public class UtilConfig extends Benma666 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy