Merge branch '1.5.x'
This commit is contained in:
@@ -18,7 +18,6 @@ package sample.hibernate52.service;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import sample.hibernate52.domain.City;
|
||||
import sample.hibernate52.service.CityRepository;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@@ -24,8 +24,6 @@ import sample.hibernate52.domain.Hotel;
|
||||
import sample.hibernate52.domain.HotelSummary;
|
||||
import sample.hibernate52.domain.Rating;
|
||||
import sample.hibernate52.domain.RatingCount;
|
||||
import sample.hibernate52.service.CityRepository;
|
||||
import sample.hibernate52.service.HotelRepository;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@@ -23,7 +23,6 @@ import org.hamcrest.TypeSafeMatcher;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import sample.web.thymeleaf3.SampleWebThymeleaf3Application;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
|
||||
Reference in New Issue
Block a user