`application.properties` or `protean.properties` support and location
See original GitHub issueInstead of (or in addition to) META-INF/microprofile-config.properties
it would be nice to support one of the 2 names (issue title).
Also, it is possible to configure the file location? META-INF means “from inside the package”, so the configuration cannot be located directly on the file system. This can be an issue if we want to mount it using a config map. Should a specific location (such as $PWD/conf/application.properties
) be checked by default?
(don’t do $PWD/application.properties
as a config map cannot be mounted in an existing directory (or erase the content))
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:43 (43 by maintainers)
Top Results From Across the Web
Common Application Properties - Spring
Name Description Default...
spring.cassandra.config Location of the configuration file to use.
spring.cassandra.controlconnection.timeout Timeout to use for control queries. 5s
spring.cassandra.keyspace‑name Keyspace name to use.
Read more >Spring Boot: Read Values from Application Properties
Learn to read values of properties from Spring Boot configuration file ( application. properties or application.yml) to use in the ...
Read more >Home | Herbalife Nutrition U.S.
Welcome to Herbalife Nutrition - a global leader in meal replacement protein shakes, dietary supplements and skin care products.
Read more >RCSB PDB: Homepage
As a member of the wwPDB, the RCSB PDB curates and annotates PDB data according to agreed upon standards. The RCSB PDB also...
Read more >FAQs | Noodles & Company | Classic Favorites with A ...
I have a great real estate site for a Noodles & Company restaurant but I don't ... How can I apply for assistance...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think what’s @cescoffier was suggesting is that we do:
So that he can mount the $PWD/config directory as a volume.
Using
$PWD
is not recommended as it would prohibit the usage of volume to mount the file