BAEL-19790: Upgrade to Hoxton.RELEAS and Spring Boot 2.2.1
This commit is contained in:
parent
38a42d8329
commit
8251877375
|
@ -9,10 +9,10 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<parent>
|
||||
<artifactId>parent-boot-1</artifactId>
|
||||
<artifactId>parent-boot-2</artifactId>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<relativePath>../../parent-boot-1</relativePath>
|
||||
<relativePath>../../parent-boot-2</relativePath>
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
|
@ -33,7 +33,8 @@
|
|||
</dependencyManagement>
|
||||
|
||||
<properties>
|
||||
<spring-cloud-dependencies.version>Brixton.SR7</spring-cloud-dependencies.version>
|
||||
<spring-cloud-dependencies.version>Hoxton.RELEASE</spring-cloud-dependencies.version>
|
||||
<spring-boot.version>2.2.1.RELEASE</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
server.port=8888
|
||||
spring.cloud.config.server.git.uri=
|
||||
spring.cloud.config.server.git.uri=file:///${user.home}/config-repo
|
||||
spring.cloud.config.server.git.clone-on-start=true
|
||||
security.user.name=root
|
||||
security.user.password=s3cr3t
|
||||
encrypt.key-store.location=classpath:/config-server.jks
|
||||
encrypt.key-store.password=my-s70r3-s3cr3t
|
||||
encrypt.key-store.alias=config-server-key
|
||||
encrypt.key-store.secret=my-k34-s3cr3t
|
||||
spring.security.user.name=root
|
||||
spring.security.user.password=s3cr3t
|
||||
#encrypt.key-store.location=classpath:/config-server.jks
|
||||
#encrypt.key-store.password=my-s70r3-s3cr3t
|
||||
#encrypt.key-store.alias=config-server-key
|
||||
#encrypt.key-store.secret=my-k34-s3cr3t
|
||||
|
|
Loading…
Reference in New Issue