Skip to content

Commit 7669467

Browse files
committed
Move package to org.seasar.doma.boot.sample
1 parent 38ed7cb commit 7669467

File tree

17 files changed

+20
-14
lines changed

17 files changed

+20
-14
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import java.util.List;
1919

20+
import org.seasar.doma.boot.Pageables;
2021
import org.springframework.beans.factory.annotation.Autowired;
2122
import org.springframework.boot.SpringApplication;
2223
import org.springframework.boot.autoconfigure.SpringBootApplication;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import org.seasar.doma.*;
1919

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import java.util.List;
1919

2020
import org.seasar.doma.Dao;
2121
import org.seasar.doma.Insert;
2222
import org.seasar.doma.Select;
23+
import org.seasar.doma.boot.ConfigAutowireable;
2324
import org.seasar.doma.jdbc.SelectOptions;
2425
import org.springframework.transaction.annotation.Transactional;
2526

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.seasar.doma.boot;
1+
package org.seasar.doma.boot.sample;
22

33
import java.time.LocalDate;
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import static org.hamcrest.CoreMatchers.*;
1919
import static org.junit.Assert.*;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import java.util.List;
1919

20+
import org.seasar.doma.boot.Pageables;
2021
import org.springframework.beans.factory.annotation.Autowired;
2122
import org.springframework.boot.SpringApplication;
2223
import org.springframework.boot.autoconfigure.SpringBootApplication;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import java.time.LocalDate;
1919

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
* either express or implied. See the License for the specific language
1414
* governing permissions and limitations under the License.
1515
*/
16-
package org.seasar.doma.boot;
16+
package org.seasar.doma.boot.sample;
1717

1818
import java.util.List;
1919

2020
import org.seasar.doma.Dao;
2121
import org.seasar.doma.Insert;
2222
import org.seasar.doma.Select;
23+
import org.seasar.doma.boot.ConfigAutowireable;
2324
import org.seasar.doma.jdbc.SelectOptions;
2425
import org.springframework.transaction.annotation.Transactional;
2526

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package org.seasar.doma.boot;
1+
package org.seasar.doma.boot.sample;
22

33
import java.time.LocalDate;
44

0 commit comments

Comments
 (0)