#319 - Upgrade to Spring Boot 2.0 M6.

Tweaked setup of in-memory user accounts in Spring Security example to accommodate the changes in Password encoding.

Tweaked Elasticsearch examples to use Log4j 2 instead of Logback as embedded Elasticsearch requires it to run properly.
This commit is contained in:
Oliver Gierke
2017-11-06 11:40:51 +01:00
parent 96d1e7f7ca
commit 0e9e979c9a
4 changed files with 43 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.M5</version>
<version>2.0.0.M6</version>
</parent>
<modules>