1.0.0-rc2
{README.md, SnowflakeService.java}: changed port number to stay in bounds
This commit is contained in:
@@ -77,7 +77,7 @@ public class SnowflakeService {
|
||||
ret.addProperty("id", SnowflakeIDGenerator.getInstance().generateID());
|
||||
ctx.status(200).result(ret.toString()).contentType(ContentType.APPLICATION_JSON);
|
||||
}));
|
||||
endpointServer.start(95674);
|
||||
endpointServer.start(9567);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user