我正面臨一個奇怪的問題。我的REST API服務器成功啓動最初但在一秒鐘內它顯示了一個錯誤:rest_web_1 exited with code 1 Heroku的日誌:
2017-08-02T17:10:17.046289+00:00 heroku[web.1]: State changed from starting to crashed
2017-08-02T17:32:02.558
我寫帖子的方法測試了我的資源 @POST
@Path("/api")
@Timed
@UnitOfWork
@Consumes(MediaType.APPLICATION_JSON)
public Person createPerson(Person p, @Context UriInfo uriInfo) {
//do something here or throw 40