Skip to content

Commit

Permalink
Update to Spring Boot 2.0 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jan 9, 2018
1 parent c36452a commit 14ef611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<name>petclinic</name>

Expand All @@ -26,7 +26,6 @@
<webjars-jquery-ui.version>1.11.4</webjars-jquery-ui.version>
<webjars-jquery.version>2.2.4</webjars-jquery.version>
<wro4j.version>1.8.0</wro4j.version>
<thymeleaf.version>3.0.6.RELEASE</thymeleaf.version>

<cobertura.version>2.7</cobertura.version>

Expand All @@ -53,12 +52,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
<exclusions>
<exclusion>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ spring.jpa.hibernate.ddl-auto=none
spring.messages.basename=messages/messages

# Actuator / Management
management.contextPath=/manage
management.endpoints.web.base-path=/manage
# Spring Boot 1.5 makes actuator secure by default
management.security.enabled=false
management.endpoints.web.enabled=true

# Logging
logging.level.org.springframework=INFO
Expand Down

0 comments on commit 14ef611

Please sign in to comment.