首页
软件开发
登录
6mi
u
盘
搜
搜 索
软件开发
《项目经验》url后面不加""
《项目经验》url后面不加""
xiaoxiao
2023-10-10
165
1. 拼接url, 后面不加"/"
http://localhost:8066/aaf/ 错误
http://localhost:8066/aaf 正确
2. 查询List 还是Set
@Query(value = "from Menu m where m.id in ( ?1 )") Set<Menu> findByMenuIds(Set<String> menuIds);
转载请注明原文地址: https://yun.8miu.com/read-108019.html
最新回复
(
0
)