com.almis.awe.developer.autoconfigure.config.RapidAPIConfigProperties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of awe-developer-spring-boot-starter Show documentation
Show all versions of awe-developer-spring-boot-starter Show documentation
AWE Spring Boot Starter Developer
package com.almis.awe.developer.autoconfigure.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
/**
* Scheduler module properties
*/
@Data
@ConfigurationProperties(prefix = "awe.developer.translation.rapidapi")
public class RapidAPIConfigProperties {
/**
* Flag to load tasks on start application
* Default value f20790a0d6msh98d1dad8f0e3da9p10eb19jsn671d6cab2ec5
*/
private String key = "f20790a0d6msh98d1dad8f0e3da9p10eb19jsn671d6cab2ec5";
/**
* Translation service host
* Default value translated-mymemory---translation-memory.p.rapidapi.com
*/
private String host = "translated-mymemory---translation-memory.p.rapidapi.com";
/**
* Translation service reference email
* Default value [email protected]
*/
private String email = "[email protected]";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy