I have configured a JPA repository public interface ElementRepository extends JpaRepository<Element, Long> { }. and call the save() method ...
確定! 回上一頁