I am using jersey for my project and tring to parse a URI from a string.
UriBuilder.fromUri(\"http://localhost:8000\").build();
The code is
compile 'org.springframework.boot:spring-boot-starter-jersey:1.2.0.RELEASE'
This worked for me!!!