Upgrade to Boot 1.4.1

- Align related spring train deps
- Modify some other deps to get correct versions
- Some testing changes as boot 1.4.1 shuffled some
  test stuff around.
- Fixed deprecations with newer boot and framework
- Fixes #256
This commit is contained in:
Janne Valkealahti
2016-09-30 07:55:12 +01:00
parent 638e3e21ff
commit 3cc626c947
12 changed files with 26 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ package demo.datajpa;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.orm.jpa.EntityScan;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
//tag::snippetA[]