Created
February 9, 2015 01:05
-
-
Save arthurtsang/9470ffac0d0f9a674984 to your computer and use it in GitHub Desktop.
Ratpack 0.9.13 IdolConfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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