lib/templates/resource/repository/Repository.java.erb in spring-gen-0.1.0 vs lib/templates/resource/repository/Repository.java.erb in spring-gen-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
-package <%=@group_id%>.repository;
+package <%=@package%>.repository;
/*
* Copyright (c) 2015 <%=@user_name%>.
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -13,10 +13,10 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-import <%=@group_id%>.model.<%=@model_name%>;
+import <%=@package%>.model.<%=@model_name%>;
import org.springframework.stereotype.Repository;
import org.springframework.data.<%=@repository_import%>;
\ No newline at end of file