解决使用springboot+ jpa + @query原生sql查询,无法动态插入表名的问题
问题描述:在使用springboot2.0 + jpa+ @query原生sql查询时,无法动态插入表名public interface BalanceTargetInfoRepositoryWithNativeQuery extends JpaRepository<BalanceTargetInfoBean, Long> { /** * 不能使用,问...