JAVA-7832: spring-cloud-config bootstrap.properties need to change to application.properties/yml

This commit is contained in:
chaos2418
2021-11-20 17:23:33 +05:30
parent ee70035562
commit ae26c0c61a
4 changed files with 8 additions and 10 deletions
@@ -3,3 +3,8 @@ spring.cloud.config.server.git.uri=
spring.cloud.config.server.git.clone-on-start=true
spring.security.user.name=root
spring.security.user.password=s3cr3t
encrypt.keyStore.location=classpath:/config-server.jks
encrypt.keyStore.password=my-s70r3-s3cr3t
encrypt.keyStore.alias=config-server-key
encrypt.keyStore.secret=my-k34-s3cr3t
@@ -1,4 +0,0 @@
encrypt.keyStore.location=classpath:/config-server.jks
encrypt.keyStore.password=my-s70r3-s3cr3t
encrypt.keyStore.alias=config-server-key
encrypt.keyStore.secret=my-k34-s3cr3t