Skip to content

Instantly share code, notes, and snippets.

@arthurtsang
Created February 9, 2015 01:05
Show Gist options
  • Save arthurtsang/9470ffac0d0f9a674984 to your computer and use it in GitHub Desktop.
Save arthurtsang/9470ffac0d0f9a674984 to your computer and use it in GitHub Desktop.
Ratpack 0.9.13 IdolConfig
import lombok.Data;
@Data
public class IdolConfig {
String host;
int indexPort;
int searchPort;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment