Commit ac80c8c8 by yangfangfang

Merge branch 'master' of git.minrow.com:reyun/saasio

parents ed769a38 e263387e
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
<dependency> <dependency>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId> <artifactId>spring-data-jpa</artifactId>
<version>1.3.2.RELEASE</version> <version>1.10.5.RELEASE</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
......
...@@ -22,5 +22,5 @@ public interface AppTagRepository extends JpaRepository<AppTag, Long> ...@@ -22,5 +22,5 @@ public interface AppTagRepository extends JpaRepository<AppTag, Long>
@Query(value = "delete from app_tag where app=?1 ", nativeQuery = true) @Query(value = "delete from app_tag where app=?1 ", nativeQuery = true)
@Modifying @Modifying
Long deleteByApp(Long app); int deleteByApp(Long app);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment