Updates to boot 2.4.2-SNAPSHOT and cloud 2020.0.1-SNAPSHOT
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.4.1</version>
|
||||
<version>2.4.2-SNAPSHOT</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<java.version>1.8</java.version>
|
||||
<spring-cloud.version>2020.0.0-SNAPSHOT</spring-cloud.version>
|
||||
<spring-cloud.version>2020.0.1-SNAPSHOT</spring-cloud.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@@ -13,7 +13,9 @@ spring:
|
||||
|
||||
---
|
||||
spring:
|
||||
profiles: encrypt
|
||||
config:
|
||||
activate:
|
||||
on-profile: encrypt
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
@@ -25,7 +27,9 @@ encrypt:
|
||||
|
||||
---
|
||||
spring:
|
||||
profiles: rsa
|
||||
config:
|
||||
activate:
|
||||
on-profile: rsa
|
||||
cloud:
|
||||
config:
|
||||
server:
|
||||
|
||||
Reference in New Issue
Block a user