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

com.saucesubfresh.starter.crawler.properties.CrawlerProperties Maven / Gradle / Ivy

package com.saucesubfresh.starter.crawler.properties;

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

/**
 * @author lijunping on 2022/7/13
 */
@Data
@ConfigurationProperties(prefix = "com.saucesubfresh.crawler")
public class CrawlerProperties {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy