Skip to content

Commit

Permalink
Update to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jun 13, 2017
1 parent b88aabb commit 4619015
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.3.RELEASE</version>
<version>1.5.4.RELEASE</version>
</parent>

<groupId>de.olivergierke.samples.rest</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
server:
port: 9000

management:
security:
enabled: false

endpoints:
restart:
enabled: true
Expand Down
5 changes: 4 additions & 1 deletion rest-microservices-store/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
server:
port: 8081

management:
security:
enabled: false

endpoints:
restart:
Expand All @@ -27,4 +30,4 @@ eureka:

logging:
level:
com.netflix.discovery: 'OFF'
com.netflix.discovery: 'OFF'

0 comments on commit 4619015

Please sign in to comment.