refactor: standardize @ConfigMapping prefixes
All checks were successful
Build / build (pull_request) Successful in 2m28s
All checks were successful
Build / build (pull_request) Successful in 2m28s
This commit is contained in:
parent
f2d02491ee
commit
d449192dae
5 changed files with 17 additions and 18 deletions
|
@ -3,7 +3,7 @@ package ch.phoenix.oss.quarkus.commons.digest;
|
|||
import io.smallrye.config.ConfigMapping;
|
||||
import io.smallrye.config.WithDefault;
|
||||
|
||||
@ConfigMapping(prefix = "phoenix.message-digest")
|
||||
@ConfigMapping(prefix = "phoenix-oss.message-digest")
|
||||
public interface MessageDigestConfiguration {
|
||||
|
||||
@WithDefault("SHA-256")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue