Use create_drop JPA as default if in-memory

[Fixes #55277582] [bs-288]
This commit is contained in:
Dave Syer
2013-10-07 17:26:11 -04:00
parent bbec4f7cf5
commit 3b2abe9c17
3 changed files with 22 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class HotelServiceImpl implements HotelService {
private final HotelRepository hotelRepository;
private final ReviewRepository reviewRepository;
@Autowired
public HotelServiceImpl(HotelRepository hotelRepository,
ReviewRepository reviewRepository) {