Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Updates togglz version to 2.7.0-SNAPSHOT and Spring Boot 2.2.0.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed Nov 5, 2019
1 parent 178e836 commit a5a352f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<properties>
<java.version>1.8</java.version>
<togglz.version>2.7.0-SNAPSHOT</togglz.version>
<spring-boot.version>1.5.22.RELEASE</spring-boot.version>
<spring-boot.version>2.2.0.RELEASE</spring-boot.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-legacy-spring-boot-starter</artifactId>
<artifactId>togglz-spring-boot-starter</artifactId>
<version>2.7.0-SNAPSHOT</version>
</dependency>

Expand Down
9 changes: 8 additions & 1 deletion spring-boot-hello-world/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ togglz:
REVERSE_GREETING:
enabled: false
console:
secured: false
secured: false
use-management-port: false

management:
endpoints:
web:
exposure:
include: '*'

0 comments on commit a5a352f

Please sign in to comment.