dropwizard

    0熱度

    3回答

    我想讓Twilio在Dropwizard應用程序中工作。該程序編譯,但我在引導服務器時不斷得到以下失敗。 $ sudo ./startpiservice.sh Exception in thread "main" java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/type/ReferenceType at com.fas

    2熱度

    2回答

    我有一個dropwizard 1.0.6應用程序。我希望把所有JAX-RS和驗證上的註釋的接口上,然後註冊我的資源來實現這個接口,類似於: @Path("/user") @Produces(MediaType.APPLICATION_JSON) public interface UserEndpoint { @POST @Consumes(MediaType.APPLICA

    0熱度

    1回答

    我們正在開發一個drop-wizard應用程序並使用Guice進行注入。 我有以下的http調用,我正在實例化http客戶端和rest模板。相反,我正在尋找Guice注入這些對象的方法。我怎樣才能做到這一點 ? RestTemplate restTemplate = new RestTemplate(); HttpHeaders headers = new HttpHeaders();

    1熱度

    1回答

    嘗試設置應用程序以在Web應用程序(用於業務分析)中顯示MongoDB嵌套數據(嵌套和嵌入的兩個級別)。 我使用的是Dropwizard,所以我複製了dropwizard-mongoexample,將它縮減爲必要的部分(不刪除,不插入,沒有指標或任何東西)。 App.java package test; import io.dropwizard.Application; import io

    0熱度

    1回答

    我已經在我的代碼以下端點: @GET @UnitOfWork @Timed @Path("/create") public Response register(@QueryParam("name") String name, @QueryParam("password") String password) { // Bcrypt encryption for

    1熱度

    1回答

    我在他們的網站的dropwizard文檔部分跟蹤了代碼示例,並設法讓hibernate工作,通過ID找到我的User對象。它與下面的代碼工作得很好: // Finds a single user, by their ID. public User findOne(String id) { get(id); } 現在,我的下一個問題是,我也想與此類似,因此我將能夠通過用戶名找到的

    3熱度

    1回答

    我想我有一個公平的想法我的問題是什麼在這裏,但也絕對不知道我怎麼可能解決它會... 這是我如何我開始我在dropwizard應用: @Override public void run(ServerConfiguration configuration, Environment environment) { // Setting up the database. final

    0熱度

    1回答

    我在我的應用程序中實現了Dropwizard指標。我使用下面的代碼向Graphite發送指標。 final Graphite graphite = new Graphite(new InetSocketAddress("xxx.xxx.xxx.xxx", xxxx)); final GraphiteReporter graphiteReporter = GraphiteReporter.forR

    0熱度

    1回答

    我使用dropwizard指標在春季啓動REST服務, <!--Dropwizard Metrics for Spring--> <dependency> <groupId>com.ryantenney.metrics</groupId> <artifactId>metrics-spring</artifactId> <version>3.1.3</v

    0熱度

    2回答

    我正在使用Codahale Graphite來記錄來自我的java服務器的指標。我有一個塊的代碼看起來就像這樣: public void foo() { try (Timer.Context ignored = myTimer.start()) { // Some code } } 當我看到今天的事件計數(每個定時器也是一個計數器)我看到,我們打的百元左右計算一