找不到GET的资源方法,使用Allow标头返回405

时间:2017-07-22 11:17:33

标签: java rest jpa

我正在使用实现REST Webservice的Jax-Rs和JPA,我想用@ DELETE删除资源,这是我的代码

$scope.openProfile = function(username){

        $http.get("/root/services/rest/user/" + username);

    }

然后控制台输出错误:

import os
# If the directory is of a python module eg program2.py
dirname = os.path.dirname(os.path.abspath(__file__))
# If you know the file path already
dirname2 = os.path.dirname("C:\\My Documents\\data1")

我无法解决问题,有人对我有任何想法吗?Thx。

0 个答案:

没有答案