An open API service indexing awesome lists of open source software.

https://github.com/bygui86/spring-env-vars

Spring Environment Variables sample project
https://github.com/bygui86/spring-env-vars

dockerfile environment-variables java java-8 jenkinsx kubernetes makefile maven mavenw spring spring-boot spring-boot-2 spring-properties

Last synced: 2 months ago
JSON representation

Spring Environment Variables sample project

Awesome Lists containing this project

README

          

# Spring Environment-Variables

## topics
* spring boot
* spring mvc
* properties from environment variables
* properties from docker
* properties from kubernetes

## links
[DONE]
* https://docs.spring.io/spring-boot/docs/current/reference/html/howto-properties-and-configuration.html#howto-use-short-command-line-arguments
* https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
* https://kubernetes.io/docs/concepts/configuration/secret/

[IN-PROGRESS]

[TODO]
* https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-external-config.html
* https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/
* https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/