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
- Host: GitHub
- URL: https://github.com/bygui86/spring-env-vars
- Owner: bygui86
- License: apache-2.0
- Created: 2018-08-17T16:54:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T15:27:07.000Z (almost 8 years ago)
- Last Synced: 2025-05-31T01:19:13.984Z (about 1 year ago)
- Topics: dockerfile, environment-variables, java, java-8, jenkinsx, kubernetes, makefile, maven, mavenw, spring, spring-boot, spring-boot-2, spring-properties
- Language: Makefile
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/