fix integration test (#1615)

* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup
This commit is contained in:
Doha2012
2017-04-09 20:38:30 +02:00
committed by Eugen
parent a5de78c2b2
commit cc276589ec
5 changed files with 9 additions and 6 deletions
@@ -1,3 +1,5 @@
drop table if exists USERS;
create table USERS(
ID int not null AUTO_INCREMENT,
NAME varchar(100) not null,