|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2013-2017 the original author or authors. |
|
|
|
|
* Copyright 2013-2019 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -48,7 +48,7 @@ import org.springframework.security.crypto.encrypt.TextEncryptor;
@@ -48,7 +48,7 @@ import org.springframework.security.crypto.encrypt.TextEncryptor;
|
|
|
|
|
* override the encrypted values. |
|
|
|
|
* |
|
|
|
|
* @author Dave Syer |
|
|
|
|
* |
|
|
|
|
* @author Tim Ysewyn |
|
|
|
|
*/ |
|
|
|
|
public class EnvironmentDecryptApplicationInitializer implements |
|
|
|
|
ApplicationContextInitializer<ConfigurableApplicationContext>, Ordered { |
|
|
|
|