|  | 
 
| 新建自定义服务后需要手动在mysql数据库中创建相关表吗? 
 我新建了个自定义的服务,发布后接口测试报错如下:
 {    "readyState": 4,    "responseText": "{\n  \"type\": \"error\",\n  \"message\": \"can not find jpa assignable class for class com.x.salary.core.entity.SalaryRealToBank.\",\n  \"date\": \"2023-04-25 13:24:18\",\n  \"spent\": 871,\n  \"size\": -1,\n  \"count\": 0,\n  \"position\": 0\n}",    "responseJSON": {        "type": "error",        "message": "can not find jpa assignable class for class com.x.salary.core.entity.SalaryRealToBank.",        "date": "2023-04-25 13:24:18",        "spent": 871,        "size": -1,        "count": 0,        "position": 0    },    "status": 500,    "statusText": "Internal Server Error"}
 请问这个问题怎么解决?
 
 | 
 |