io.quarkus.code.config.GitHubConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-quarkus Show documentation
Show all versions of code-quarkus Show documentation
Customize a Web Interface to generate Quarkus starter projects.
package io.quarkus.code.config;
import java.util.Optional;
import io.smallrye.config.ConfigMapping;
import io.smallrye.config.WithName;
@ConfigMapping(prefix = "io.quarkus.code.github")
public interface GitHubConfig {
Optional clientId();
Optional clientSecret();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy