mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:48 +00:00
Update to Spring Boot 2.0 snapshots
This commit is contained in:
parent
c36452a2c3
commit
14ef611d70
2 changed files with 3 additions and 10 deletions
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue