org.glassfish.jersey.internal.RuntimeDelegateImpl NOT FOUND

后端 未结 6 2055
暗喜
暗喜 2020-12-29 20:20

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

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 21:12

    compile 'org.springframework.boot:spring-boot-starter-jersey:1.2.0.RELEASE'
    

    This worked for me!!!

提交回复
热议问题