With the JpaRepository we can for example simply select ProjectBo by Id with: findById(UUID projectId) or return all projects with the same ...
確定! 回上一頁